User`s manual

144 Appendix: GEME-VM3000 Series Introduction
Angelo_Video_Format = 2;
Result = AngeloMPEG4_Decode_ReInitial(channel,
Quality, Angelo_Video_Format);
Result = AngeloMPEG4_Decode_ReInitialEx(channel,
Bitrate, frame_rate, Angelo_Video_Format);
end;
AngeloMPEG4_Decode_ Save_File_Start–
AngeloMPEG4_Decode_ Save_File_Stop–
@ Syntax
C/C++ (Windows 98/NT/2000/XP/CE.NET)
int AngeloMPEG4_Decode_Save_File_Start(int
Decoder_Index, char* n_file_name, long
interval_second, long format);
int AngeloMPEG4_Decode_Save_File_Stop(int
Decoder_Index);
Visual Basic (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Save_File_Start (ByVal
Decoder_Index As Long, ByVal n_file_name As
String, ByVal interval_second As Long, ByVal
format As Long) As Long
AngeloMPEG4_Decode_Save_File_Stop (ByVal
Decoder_Index As Long) As Long
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Save_File_Start(Decoder_Index
:Longint; n_file_name:String;
interval_second:Longint;
format:Longint):Longint;
AngeloMPEG4_Decode_Save_File_Stop(Decoder_Index:
Longint):Longint;
@ Argument
Decoder_Index: Indicates the channel number of MPEG4
Decoder. The range of channel is 0 - 15.
n_file_name: The name to save the file to, excludes the
extension of file name.
interval_second: Specify the save time for MPEG4
streaming.