104
Function Library
file_name:
The name of file to save to, includes the path
and extension of file name.
iWidth:
Indicate the width of the MPEG4 image size.
iHeight:
Indicates the height of the MPEG4 image size.
Byte_Per_Pixel:
Number of Bytes per Pixel
Total_Frame:
Number of frames in the MPEG4 file.
Time_Seconds:
The total time of the MPEG4 file in seconds.
Mode:
The play mode of the Mpeg4 file
0: Play once
1: Repeat
Frame_Index:
Zero index of the frame
Cur_Frame_Index:
Current frame index
PlayFactor:
The speed to play the MPEG4 file
1: Normal
2: 2x faster
-2: 2x slower
@ Return Code
0: ERROR_NoError
@ Example
< VC/BCB >
int Result;
int m_Decoder_Channel = 0;
long Width=0;
long Height=0;
long Byte_Pixel=0;
long m_total_frame=0;
long m_Time_Seconds=0;
long m_pos=0;
long Mode = 0; //play once
char* m_filename = “test1.m4v”;
Содержание 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...