User`s manual

Function Library 81
<Delphi >
var
channel: Longint;
Encoder_IP: String;
Encoder_channel: Longint;
Result: Longint;
begin
channel := 0;
Remote_IP := ‘127.0.0.1’; //localhost
Result := AngeloMPEG4_Decode_Connect(channel,
Encoder_IP, Encoder_channel);
Result := AngeloMPEG4_DecodeDisconnect(channel);
end;
AngeloMPEG4_Decode_Set_Callback–
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Decode_Set_Callback(int
Decoder_Index, void ( __stdcall
*CallBackProc)(int channel, long int_status, long
VideoBufferaddress));
Visual Basic(Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Set_Callback(ByVal
Decoder_Index As Long, ByVal CallBack As Long) As
Long
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Set_Callback(Decoder_Index:Lo
ngint;
lpDecodeCallBackProc:DecodeCallBackProc):Longint
;
@ Argument
Decoder_Index: Indicates the channel number of Decoder.
The range of channel is 0 - 15.