User`s manual

Function Library 66
var
Decoder_Index: Longint;
Byte_Second: Longint;
Result: Longint;
begin
Decoder_Index:= 0;
Result :=
AngeloMPEG4_Decode_Get_FlowRate
(Decoder_Index,
Byte_Second);
end;
AngeloMPEG4_Decode_ ReInitial–
AngeloMPEG4_Decode_ ReInitialEx–
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Decode_ReInitial(int Decoder_Index, int Quality, int
Angelo_Video_Format);
int AngeloMPEG4_Decode_ReInitialEx(int Decoder_Index, int Bitrate, int frame_rate,
int Angelo_Video_Format);
Visual Basic (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_ReInitial (ByVal Decoder_Index As Long, ByVal Quality As
Long, ByVal Video_Format As Long) As Long
AngeloMPEG4_Decode_ReInitialEx (ByVal Decoder_Index As Long, ByVal Bitrate
As Long, ByVal frame_rate As Long, ByVal Video_Format As Long) As Long
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_ReInitial(Decoder_Index:Longint; Quality:Longint;
Angelo_Video_Format:Longint):Longint;
AngeloMPEG4_Decode_ReInitialEx(Decoder_Index:Longint; Bitrate:Longint;
frame_rate:Longint; Angelo_Video_Format:Longint):Longint;
@ Argument
Decoder_Index
:
Indicates the channel index of the MPEG4 decoder. The range of channels is 0 - 15.
Quality:
Quality value image 640*480 image 320*240 image 160*120
Lowest -2
Bitrate =
320000*4
frame_rate = 3
Bitrate =
320000
frame_rate = 3
Bitrate = 24
0000/4
frame_rate = 3
Low -1
Bitrate =
400000*2
frame_rate = 6
Bitrate =
400000
frame_rate = 6
Bitrate =
400000/4
frame_rate = 6
Normal 0
Bitrate =
480000*4
frame_rate = 15
Bitrate =
480000
frame_rate = 15
Bitrate =
480000/4
frame_rate = 15