User`s manual

Function Library 79
AngeloMPEG4_Decode_File_Pause:
The file is paused until AngeloMPEG4_Decode_File_Continue
is activated.
AngeloMPEG4_Decode_File_Get_Position:
Get the current frame index of the file.
AngeloMPEG4_AVI_2_M4V:
Use this function to translate a closed “.avi” video file into
“.m4v” format.
AngeloMPEG4_ M4V_2_AVI:
Use this function to translate a closed “.m4v” video file into
“.avi” format.
AngeloMPEG4_Decode_Connect –
AngeloMPEG4_Decode_Disconnect –
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Decode_Connect(int Decoder_Index,
char* Encoder_IP, unsigned int Enocder_Index);
int AngeloMPEG4_Decode_Disconnect(int
Decoder_Index);
Visual Basic (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Connect(ByVal Decoder_Index As
Long, ByVal Encoder_IP As String, ByVal
Enocder_Index As Long) As Long
AngeloMPEG4_Decode_ Disconnect (ByVal
Decoder_Index As Long) As Long