User`s manual

90 Function Library
Result =
AngeloMPEG4_Decode_Set_Motion_Detection(cha
nnel, area, 0, Threshold, interval, action,
X_Start, Y_Start, Width, Height);
end;
AngeloMPEG4_Decode_Get_Config–
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Decode_Get_Config(int
Decoder_Index, int* iWidth, int* iHeight,
int* video_format, int* color_format, int*
Bitrate, int* frame_rate);
Visual Basic(Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Get_Config (ByVal
Decoder_Index As Long, ByRef iWidth As Long,
ByRef iHeight As Long, ByRef video_format As
Long, ByRef color_format As Long, ByRef
Bitrate As Long, ByRef frame_rate As Long)
As Long
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Get_Config(Decoder_Index:Long
int; var iWidth:Longint; var
iHeight:Longint; var video_format:Longint;
var color_format:Longint; var
Bitrate:Longint; var
frame_rate:Longint):Longint;
@ Argument
Decoder_Index: Indicates the channel number of Decoder.
The range of channel is 0 - 15.
iWidth: Indicates the width of the MPEG4 image size.
iHeight: Indicates the height of the MPEG4 image size.