User`s manual

Function Library 67
High 1
Bitrate =
512000*4
frame_rate = 30
Bitrate =
512000
frame_rate = 30
Bitrate =
512000/4
frame_rate = 30
Highest 2
Bitrate =
1024000*4
frame_rate = 30
Bitrate =
1024000
frame_rate = 30
Bitrate =
1024000/4
frame_rate = 30
Bitrate:
Indicates the bit rate of the MPEG4 stream from the encode server.
Frame_rate:
Indicates the frame rate of the MPEG4 stream from the encode server. The value is 0 -
30.
Angelo_Video_Format:
Full NTSC (640*480) = 0,
Full PAL (768*576) = 1,
CIF NTSC (320*240) = 2,
CIF PAL (384*288) = 3,
QCIF NTSC (160*120) = 4,
QCIF PAL (192*144) = 5,
@ Return Code
0: ERROR_NoError
@ Example
< VC/BCB >
int Result;
int Decoder_Index = 0;
int Quality =0
int Bitrate = 480000;
int frame_rate = 15;
int Angelo_Video_Format = 2;
Result =
AngeloMPEG4_Decode_ReInitia
(Decoder_Index,
Quality, Angelo_Video_Format);
Result =
AngeloMPEG4_Decode_ReInitialEx
(Decoder_Index,
Bitrate, frame_rate, Angelo_Video_Format);
<Visual Basic >
Dim Result As Long, Decoder_Index As Long, Quality
As Long, Bitrate As Long, frame_rate As Long,
Angelo_Video_Format As Long
Decoder_Index = 0
Quality =0
Bitrate = 480000
frame_rate = 15
Angelo_Video_Format = 2