Tao.Sdl SDK Documentation

Smpeg.SMPEG_Info Structure

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

[Visual Basic]
Public Structure Smpeg.SMPEG_Info
[C#]
public struct Smpeg.SMPEG_Info

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

            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;
            

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Smpeg.SMPEG_Info Members | Tao.Sdl Namespace