?? ds_videodecoder.h
字號:
#ifndef AVIFILE_DS_VIDEODECODER_H#define AVIFILE_DS_VIDEODECODER_H#ifdef __cplusplusextern "C" {#endiftypedef struct _DS_VideoDecoder DS_VideoDecoder;int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *);DS_VideoDecoder * DS_VideoDecoder_Open(const char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);void DS_VideoDecoder_Destroy(DS_VideoDecoder *);void DS_VideoDecoder_StartInternal(DS_VideoDecoder *);void DS_VideoDecoder_StopInternal(DS_VideoDecoder *);int DS_VideoDecoder_DecodeInternal(DS_VideoDecoder *, int is_keyframe, SampleProcUserData* pUserData);/* * bits == 0 - leave unchanged */int DS_VideoDecoder_SetDestFmt(DS_VideoDecoder *, int bits, unsigned int csp, BITMAPINFOHEADER*);int DS_VideoDecoder_SetDirection(DS_VideoDecoder *, int d);int DS_VideoDecoder_GetValue(DS_VideoDecoder *, const char* name, int* value);int DS_VideoDecoder_SetValue(DS_VideoDecoder *, const char* name, int value);int DS_SetAttr_DivX(char* attribute, int value);#ifdef __cplusplus}#endif#endif /* AVIFILE_DS_VIDEODECODER_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -