function  | Function name | number | |
|---|---|---|---|
| MPEG system control | |||
| Initializing the MPEG system | MPG_Init  | 1.1  | |
Capture MPEG system state  | MPG_CaptStat  | 1.2  | |
Setting MPEG video operation mode  | MPG_SetVideoMode  | 1.3  | |
Obtaining MPEG video operating mode  | MPG_GetVideoMode  | 1.4  | |
Confirmation of completion of decoding preparation  | MPG_IsDecReady  | 1.5  | |
Hang-up reset  | MPG_ResetHng  | 1.6  | |
Hangup detection  | MPG_CheckHng  | 1.7  | |
Get MPEG report  | MPG_GetReport  | 1.8  | |
Obtaining MPEG interrupt factor  | MPG_GetInt  | 1.9  | |
MPEG reset  | MPG_ResetMp  | 1.10  | |
Get error status  | MPG_GetErrStat  | 1.11  | |
Registering an error function  | MPG_SetErrFunc  | 1.12  | |
Video playback  | |||
Generate MPEG video handle  | MPG_MvCreate  | 2.1  | |
Erase MPEG video handle  | MPG_MvDestroy  | 2.2  | |
Setting video ending conditions  | MPG_MvSetTermCond  | 2.3  | |
Setting the video output destination  | MPG_MvSetVideoDest  | 2.4  | |
Setting decode timing  | MPG_MvSetDecTim  | 2.5  | |
Configuring video channels  | MPG_MvSetVideoChan  | 2.6  | |
Configuring audio channels  | MPG_MvSetAudioChan  | 2.7  | |
Setting the video stream ID  | MPG_MvSetVideoId  | 2.8  | |
Setting the audio stream ID  | MPG_MvSetAudioId  | 2.9  | |
Start video playback  | MPG_MvStart  | 2.10  | |
Stopping video playback  | MPG_MvStop  | 2.11  | |
Stopping video playback  | MPG_MvStopVideo  | 2.12  | |
Stopping audio playback  | MPG_MvStopAudio  | 2.13  | |
Pause/frame-by-frame/slow playback  | MPG_MvPause  | 2.14  | |
Freeze/Strobe playback  | MPG_MvFreeze  | 2.15  | |
Setting the left and right audio channels  | MPG_MvSetPan  | 2.16  | |
Obtaining video operating status  | MPG_MvGetVideoStat  | 2.17  | |
Get audio operating status  | MPG_MvGetAudioStat  | 2.18  | |
Obtaining video timecode  | MPG_MvGetTimeCode  | 2.19  | |
Get audio playback time  | MPG_MvGetPlaytime  | 2.20  | |
Video MPEG window connection  | MPG_MvConnectWin  | 2.21  | |
Video playback  | |||
Detaching the MPEG window of a video  | MPG_MvDisconnectWin  | 2.22  | |
Perform video decoding  | MPG_MvDecNext  | 2.23  | |
Video output  | MPG_MvOutput  | 2.24  | |
Registering the MPEG handle to be played next  | MPG_MvEntryNext  | 2.25  | |
Forced stream switching  | MPG_MvChange  | 2.26  | |
Setting the buffer clearing method  | MPG_MvSetClearMode  | 2.27  | |
Stream layer settings  | MPG_MvSetLay  | 2.28  | |
Still image playback  | |||
Generate MPEG still image handle  | MPG_SpCreate  | 3.1  | |
Erase MPEG still image handle  | MPG_SpDestroy  | 3.2  | |
Setting the still image output destination  | MPG_SpSetVideoDest  | 3.3  | |
Setting end conditions for still images  | MPG_SpSetTermCond  | 3.4  | |
Setting the still image channel  | MPG_SpSetChan  | 3.5  | |
Setting stream ID  | MPG_SpSetId  | 3.6  | |
Start of still image playback  | MPG_SpStart  | 3.7  | |
Stopping still image playback  | MPG_SpStop  | 3.8  | |
Executing still image decoding  | MPG_SpDecNext  | 3.9  | |
Obtaining the operating status of still images  | MPG_SpGetVideoStat  | 3.10  | |
Obtaining still image timecode  | MPG_SpGetTimeCode  | 3.11  | |
Still image MPEG window connection  | MPG_SpConnectWin  | 3.12  | |
Detaching the still image MPEG window  | MPG_SpDisconnectWin  | 3.13  | |
Still image output  | MPG_SpOutput  | 3.14  | |
| Display control | |||
Generate MPEG window  | MPG_WnCreate  | 4.1  | |
Clearing the MPEG window  | MPG_WnDestroy  | 4.2  | |
Setting the output mode of the MPEG window  | MPG_WnSetOutputMode  | 4.3  | |
Display/hide settings  | MPG_WnDisp  | 4.4  | |
Changing the display reference position  | MPG_WnSetLoc  | 4.5  | |
Change display size  | MPG_WnSetSize  | 4.6  | |
Setting relative display position  | MPG_WnSetDispOfst  | 4.7  | |
Setting the magnification  | MPG_WnSetDispRatio  | 4.8  | |
Setting the frame window position  | MPG_WnSetFrmLoc  | 4.9  | |
Transfer to host area  | MPG_WnTrans  | 4.10  | |
Border color settings  | MPG_WnSetBcolor  | 4.11  | |
Setting YC magnification  | MPG_WnSetYcRatio  | 4.12  | |
Setting interpolation mode  | MPG_WnSetIntpol  | 4.13  | |
Display control  | |||
Mosaic settings  | MPG_WnSetMozaic  | 4.14  | |
Blur settings  | MPG_WnSetSoft  | 4.15  | |
Luminescence key settings  | MPG_WnSetLumiKey  | 4.16  | |
Registering a transfer function  | MPG_WnEntryTrFunc  | 4.17  | |
 ★ PROGRAMMER'S GUIDE ★ MPEG library