98
Function Library
int Result;
int channel = 0;
int Quality =0
int Bitrate = 480000;
int frame_rate = 15;
int Angelo_Video_Format = 2;
Result = AngeloMPEG4_Decode_ReInitia(channel,
Quality, Angelo_Video_Format);
Result = AngeloMPEG4_Decode_ReInitialEx(channel,
Bitrate, frame_rate, Angelo_Video_Format);
< Visual Basic >
Dim Result As Long, channel As Long, Quality As
Long, Bitrate As Long, frame_rate As Long,
Angelo_Video_Format As Long
channel = 0
Quality =0
Bitrate = 480000
frame_rate = 15
Angelo_Video_Format = 2
Result = AngeloMPEG4_Decode_ReInitia(channel,
Quality, Angelo_Video_Format)
Result = AngeloMPEG4_Decode_ReInitiaEx(channel,
Bitrate, frame_rate, Angelo_Video_Format)
< Delphi >
var
channel: Longint;
Quality, Bitrate, frame_rate,
Angelo_Video_Format: Longint;
Result: Longint;
begin
channel := 0;
Quality :=0;
Bitrate := 480000;
frame_rate := 15;
Angelo_Video_Format = 2;
Result = AngeloMPEG4_Decode_ReInitial(channel,
Quality, Angelo_Video_Format);
Result = AngeloMPEG4_Decode_ReInitialEx(channel,
Bitrate, frame_rate, Angelo_Video_Format);
end;
Содержание PCI-MP4S
Страница 4: ......
Страница 10: ......
Страница 26: ...16 Introduction...
Страница 38: ...28 Hardware Reference...
Страница 41: ...Installation Guide 31 2 Select Vision...
Страница 42: ...32 Installation Guide 3 Click Angelo 4 Select Windows Driver for Windows 98 NT 2000 XP...
Страница 43: ...Installation Guide 33 5 The driver will begin installing 6 Click Next until the driver installs completely...
Страница 44: ...34 Installation Guide...
Страница 45: ...Installation Guide 35...
Страница 46: ...36 Installation Guide 7 Click Finish and restart the system...
Страница 48: ...38 Installation Guide Z Click Next...
Страница 52: ...42 Installation Guide Z Click Reinstall Driver Z Click Next...
Страница 54: ...44 Installation Guide Then click OK Z Click Next...
Страница 62: ...52 ViewCreator Utility...
Страница 117: ...Function Library 107...
Страница 128: ...118 Appendix...