108
Function Library
< Delphi >
procedure
DecoderCallbackProc(Decoder_Index:Longint;i
nt_status:Longint;VideoBufferaddress:Longin
t); stdcall
var
Str_Addr : Pointer;
Bitrate, Framerate, colorspace,videoformat :
Longint;
begin
…
…
end;
…
…
var
m_filename, m4v_filename, avi_filename: String;
Result, m_Decoder_Channel, Width, Height,
Byte_Pixel, m_total_frame, m_Time_Seconds,
m_pos, Mode: Longint;
begin
m_Decoder_Channel:= 0;
Mode := 0; //play once
m_filenam := ‘test1.m4v’;
m4v_filename:= ‘test2.m4v’;
avi_filename := ‘test3.avi’;
Result :=
AngeloMPEG4_Decode_Set_Callback(m_Decoder_C
hannel, DecoderCallbackProc);
Result
:=AngeloMPEG4_Decode_File(m_Decoder_Channel
,m_filename,Width,Height,Byte_Pixel,m_total
_frame,m_Time_Seconds);
Result :=
AngeloMPEG4_Decode_File_Start(m_Decoder_Cha
nnel,Mode);
Содержание 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...