Unit 'bs_smpeg' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_acs]

SMPEG_Info

Declaration

Source position: bs_smpeg.pas line 67

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 char;

  

  audio_current_frame: Integer;

  

  current_offset: LongWord;

  

  total_size: LongWord;

  

  current_time: Double;

  

  total_time: Double;

  

end;



CT Web help

CodeTyphon Studio