IAMTimecodeReader  377 3rdparty/include/dshow/strmif.h typedef struct IAMTimecodeReader IAMTimecodeReader;
IAMTimecodeReader 5122 3rdparty/include/dshow/strmif.h   struct IAMTimecodeReader : public IUnknown {
IAMTimecodeReader 5133 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMTimecodeReader *This,REFIID riid,void **ppvObject);
IAMTimecodeReader 5134 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMTimecodeReader *This);
IAMTimecodeReader 5135 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMTimecodeReader *This);
IAMTimecodeReader 5136 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTCRMode)(IAMTimecodeReader *This,long Param,long *pValue);
IAMTimecodeReader 5137 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetTCRMode)(IAMTimecodeReader *This,long Param,long Value);
IAMTimecodeReader 5138 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_VITCLine)(IAMTimecodeReader *This,long Line);
IAMTimecodeReader 5139 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_VITCLine)(IAMTimecodeReader *This,long *pLine);
IAMTimecodeReader 5140 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTimecode)(IAMTimecodeReader *This,PTIMECODE_SAMPLE pTimecodeSample);
IAMTimecodeReader 5157 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeReader_GetTCRMode_Proxy(IAMTimecodeReader *This,long Param,long *pValue);
IAMTimecodeReader 5159 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeReader_SetTCRMode_Proxy(IAMTimecodeReader *This,long Param,long Value);
IAMTimecodeReader 5161 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeReader_put_VITCLine_Proxy(IAMTimecodeReader *This,long Line);
IAMTimecodeReader 5163 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeReader_get_VITCLine_Proxy(IAMTimecodeReader *This,long *pLine);
IAMTimecodeReader 5165 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeReader_GetTimecode_Proxy(IAMTimecodeReader *This,PTIMECODE_SAMPLE pTimecodeSample);
IAMTimecodeReader 5169 3rdparty/include/dshow/strmif.h   typedef IAMTimecodeReader *PIAMTIMECODEREADER;