User`s manual

Function Library 70
format := 3; // Save both format
Result :=
AngeloMPEG4_Decode_Save_File_Start
(Decoder_Index,
n_file_name, interval_second, format);
end;
5.4 System Functions
@ Name
AngeloMPEG4_Get_Version(lMpeg4_DLLVersion, AngeloRTV_DLLVersion,
Reserved)
@ Description
AngeloMPEG4_Get_Version:
Use this function to get the software information.
AngeloMPEG4_Get_Version
@ Syntax
C/C++ (Windows 98/NT/2000/XP/CE.NET)
int AngeloMPEG4_Get_Version(long *Mpeg4_DLLVersion, long
*AngeloRTV_DLLVersion, long *Reserved);
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Get_Version(var Mpeg4_DLLVersion:Longint; var
AngeloRTV_DLLVersion:Longint; var Reserved:Longint):Longint;
@ Argument
Mpeg4_DLLVersion
:
Indicates the current version of the MPEG4 DLL. It is of 4 rows in length.
AngeloRTV_DLLVersion
:
Indicates the current version of AngeloRTV DLL. It is of 4 rows in length.
@ Return Code
0: ERROR_NoError
@ Example
< VC/BCB >