IAMTimecodeGenerator  382 3rdparty/include/dshow/strmif.h typedef struct IAMTimecodeGenerator IAMTimecodeGenerator;
IAMTimecodeGenerator 5177 3rdparty/include/dshow/strmif.h   struct IAMTimecodeGenerator : public IUnknown {
IAMTimecodeGenerator 5189 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMTimecodeGenerator *This,REFIID riid,void **ppvObject);
IAMTimecodeGenerator 5190 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMTimecodeGenerator *This);
IAMTimecodeGenerator 5191 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMTimecodeGenerator *This);
IAMTimecodeGenerator 5192 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTCGMode)(IAMTimecodeGenerator *This,long Param,long *pValue);
IAMTimecodeGenerator 5193 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetTCGMode)(IAMTimecodeGenerator *This,long Param,long Value);
IAMTimecodeGenerator 5194 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_VITCLine)(IAMTimecodeGenerator *This,long Line);
IAMTimecodeGenerator 5195 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_VITCLine)(IAMTimecodeGenerator *This,long *pLine);
IAMTimecodeGenerator 5196 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetTimecode)(IAMTimecodeGenerator *This,PTIMECODE_SAMPLE pTimecodeSample);
IAMTimecodeGenerator 5197 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTimecode)(IAMTimecodeGenerator *This,PTIMECODE_SAMPLE pTimecodeSample);
IAMTimecodeGenerator 5215 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeGenerator_GetTCGMode_Proxy(IAMTimecodeGenerator *This,long Param,long *pValue);
IAMTimecodeGenerator 5217 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeGenerator_SetTCGMode_Proxy(IAMTimecodeGenerator *This,long Param,long Value);
IAMTimecodeGenerator 5219 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeGenerator_put_VITCLine_Proxy(IAMTimecodeGenerator *This,long Line);
IAMTimecodeGenerator 5221 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeGenerator_get_VITCLine_Proxy(IAMTimecodeGenerator *This,long *pLine);
IAMTimecodeGenerator 5223 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeGenerator_SetTimecode_Proxy(IAMTimecodeGenerator *This,PTIMECODE_SAMPLE pTimecodeSample);
IAMTimecodeGenerator 5225 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTimecodeGenerator_GetTimecode_Proxy(IAMTimecodeGenerator *This,PTIMECODE_SAMPLE pTimecodeSample);
IAMTimecodeGenerator 5229 3rdparty/include/dshow/strmif.h   typedef IAMTimecodeGenerator *PIAMTIMECODEGENERATOR;