C# Class Tao.Sdl.Smpeg.SMPEG_Info

Used to get information about the SMPEG object

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;

Mostrar archivo Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
audio_current_frame int
current_fps double
current_frame int
current_offset int
current_time double
has_audio int
has_video int
height int
total_size int
total_time double
width int

Property Details

audio_current_frame public_oe property

public int audio_current_frame
return int

current_fps public_oe property

public double current_fps
return double

current_frame public_oe property

public int current_frame
return int

current_offset public_oe property

public int current_offset
return int

current_time public_oe property

public double current_time
return double

has_audio public_oe property

public int has_audio
return int

has_video public_oe property

public int has_video
return int

height public_oe property

Height of movie file
public int height
return int

total_size public_oe property

Movie file size in bytes
public int total_size
return int

total_time public_oe property

Length of movie file in seconds.
public double total_time
return double

width public_oe property

Width of movie file
public int width
return int