Used to get information about the SMPEG object
For a list of all members of this type, see Smpeg.SMPEG_Info Members.
System.Object
System.ValueType
Tao.Sdl.Smpeg.SMPEG_Info
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
typedef struct _SMPEG_Info {
int has_audio;
int has_video;
int width;
int height;
int current_frame;
double current_fps;
char audio_string[80];
int audio_current_frame;
Uint32 current_offset;
Uint32 total_size;
double current_time;
double total_time;
} SMPEG_Info;
Namespace: Tao.Sdl
Assembly: Tao.Sdl (in Tao.Sdl.dll)
Smpeg.SMPEG_Info Members | Tao.Sdl Namespace