Tao.Sdl SDK Documentation

Smpeg.SMPEG_getinfo Method 

Get current information about an SMPEG object

[Visual Basic]
Public Shared Sub SMPEG_getinfo( _
   ByVal mpeg As IntPtr, _
   ByRef info As SMPEG_Info _
)
[C#]
public static void SMPEG_getinfo(
   IntPtr mpeg,
   out SMPEG_Info info
);

Parameters

mpeg
Handle to MPEG file.
info
On return, if 'info' is not NULL, it will be filled with information about the MPEG object.

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_getinfo( SMPEG* mpeg, SMPEG_Info* info )
            

See Also

Smpeg Class | Tao.Sdl Namespace