User`s manual
Appendix: GEME-VM3000 Series Introduction 141
< Visual Basic >
Dim Result As Long, channel As Long, Byte_Second
As Long
Result = AngeloMPEG4_Decode_Get_FlowRate(channel,
Byte_Second)
<Delphi >
AngeloMPEG4_Decode_Get_FlowRate –
var
channel: Longint;
Byte_Second: Longint;
Result: Longint;
begin
channel := 0;
Result :=
AngeloMPEG4_Decode_Get_FlowRate(channel,
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)