Searched defs:IAMTimecodeReader (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h377 typedef struct IAMTimecodeReader IAMTimecodeReader; typedef in typeref:struct:IAMTimecodeReader
5122 struct IAMTimecodeReader : public IUnknown { struct in inherits:IUnknown
5133 HRESULT (WINAPI *QueryInterface)(IAMTimecodeReader *This,REFIID riid,void **ppvObject);
5134 ULONG (WINAPI *AddRef)(IAMTimecodeReader *This);
5135 ULONG (WINAPI *Release)(IAMTimecodeReader *This);
5136 HRESULT (WINAPI *GetTCRMode)(IAMTimecodeReader *This,long Param,long *pValue);
5137 HRESULT (WINAPI *SetTCRMode)(IAMTimecodeReader *This,long Param,long Value);
5138 HRESULT (WINAPI *put_VITCLine)(IAMTimecodeReader *This,long Line);
5139 HRESULT (WINAPI *get_VITCLine)(IAMTimecodeReader *Thi
5143 struct IAMTimecodeReader { struct
[all...]

Completed in 114 milliseconds