User`s manual
148 Appendix: GEME-VM3000 Series Introduction
Byte_Per_Pixel:Longint; var
Total_Frame:Longint; var
Time_Seconds:Longint):Longint;
AngeloMPEG4_Decode_File_Start(Decoder_Index:Long
int; Mode:Longint):Longint;
AngeloMPEG4_Decode_File_Set_Position(Decoder_Ind
ex:Longint; var
Frame_Index:Longint):Longint;
AngeloMPEG4_Decode_File_Pause(Decoder_Index:Long
int):Longint;
AngeloMPEG4_Decode_File_Continue(Decoder_Index:L
ongint):Longint;
AngeloMPEG4_Decode_File_Get_Position(Decoder_Ind
ex:Longint; var
Cur_Frame_Index:Longint):Longint;
AngeloMPEG4_AVI_2_M4V(file_name:String; var
iWidth:Longint; var iHeight:Longint; var
Byte_Per_Pixel:Longint; var
Total_Frame:Longint; var
Time_Seconds:Longint):Longint;
AngeloMPEG4_M4V_2_AVI(file_name:String; var
iWidth:Longint; var iHeight:Longint; var
Byte_Per_Pixel:Longint; var
Total_Frame:Longint; var
Time_Seconds:Longint):Longint;
@ Argument
Decoder_Index: Indicates the channel number of MPEG4
Decoder. The range of channel is 0 - 15.
file_name: The name of file to save to, includes the path
and extension of file name.
iWidth: Indicate the width of the MPEG4 image size.
iHeight: Indicates the height of the MPEG4 image size.
Byte_Per_Pixel: Number of Bytes per Pixel
Total_Frame: Number of frames in the MPEG4 file.
Time_Seconds: The total time of the MPEG4 file in seconds.
Mode: The play mode of the Mpeg4 file
0: Play once
1: Repeat