Home
last modified time | relevance | path

Searched refs:IAMTimecodeGenerator (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h382 typedef struct IAMTimecodeGenerator IAMTimecodeGenerator; typedef
5177 struct IAMTimecodeGenerator : public IUnknown { struct
5189 HRESULT (WINAPI *QueryInterface)(IAMTimecodeGenerator *This,REFIID riid,void **ppvObject);
5190 ULONG (WINAPI *AddRef)(IAMTimecodeGenerator *This);
5191 ULONG (WINAPI *Release)(IAMTimecodeGenerator *This);
5192 HRESULT (WINAPI *GetTCGMode)(IAMTimecodeGenerator *This,long Param,long *pValue);
5193 HRESULT (WINAPI *SetTCGMode)(IAMTimecodeGenerator *This,long Param,long Value);
5194 HRESULT (WINAPI *put_VITCLine)(IAMTimecodeGenerator *This,long Line);
5195 HRESULT (WINAPI *get_VITCLine)(IAMTimecodeGenerator *This,long *pLine);
5196 HRESULT (WINAPI *SetTimecode)(IAMTimecodeGenerator *This,PTIMECODE_SAMPLE pTimecodeSample);
[all …]