User`s manual
Function Library • 44
Result :=
AngeloMPEG4_Encode_Stop
(Encoder_Index);
Result :=
AngeloMPEG4_Encode_Close
(Encoder_Index);
end;
AngeloMPEG4_Encode_Save_File_Start
–
AngeloMPEG4_Encode_Save_File_Stop
–
AngeloMPEG4_Encode_Create_Directory
–
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Encode_Save_File_Start(int Encoder_Index, char* n_file_name,
long interval_second, long format);
int AngeloMPEG4_Encode_Save_File_Stop(int Encoder_Index);
int AngeloMPEG4_Encode_Create_Directory(int Encoder_Index, char* Dir);
Visual Basic (Windows 98/NT/2000/XP)
AngeloMPEG4_Encode_Save_File_Start (ByVal Encoder_Index As Long, ByVal
n_file_name As String, ByVal interval_second As Long, ByVal format As Long) As
Long
AngeloMPEG4_Encode_Save_File_Stop (ByVal Encoder_Index As Long) As Long
AngeloMPEG4_Encode_Create_Directory(ByVal Encoder_Index As Long, ByVal Dir
As String,) As Long
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Encode_Save_File_Start(Encoder_Index:Longint; n_file_name:String;
interval_second:Longint; format:Longint):Longint;
AngeloMPEG4_Encode_Save_File_Stop(Encoder_Index:Longint):Longint;
AngeloMPEG4_Encode_Create_Directory(Encoder_Index:Longint;
Dir:String):Longint;
@ Argument
Encoder_Index:
Indicates the channel index for the MPEG4 encoder. The range of channels is 0 –
15.
n_file_name:
The argument is the path and name of the file that the encoded image will be saved
to.
interval_second:
This argument is the number of seconds of encoded video to be saved.
format:
The argument describes the format in which to save the file.
1: m4v file
2: avi file