Source position: smpeg.pas line 257
type __SMPEG_Info = record  | 
has_audio: Integer;  | 
has_video: Integer;  | 
width: Integer;  | 
height: Integer;  | 
current_frame: Integer;  | 
current_fps: Double;  | 
audio_string: array [0..79] of AnsiChar;  | 
audio_current_frame: Integer;  | 
current_offset: UInt32;  | 
total_size: UInt32;  | 
current_time: Double;  | 
total_time: Double;  | 
end;  |