Lines Matching refs:IAMTimecodeGenerator
382 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);
5197 HRESULT (WINAPI *GetTimecode)(IAMTimecodeGenerator *This,PTIMECODE_SAMPLE pTimecodeSample);
5200 struct IAMTimecodeGenerator { struct
5215 …HRESULT WINAPI IAMTimecodeGenerator_GetTCGMode_Proxy(IAMTimecodeGenerator *This,long Param,long *p…
5217 …HRESULT WINAPI IAMTimecodeGenerator_SetTCGMode_Proxy(IAMTimecodeGenerator *This,long Param,long Va…
5219 HRESULT WINAPI IAMTimecodeGenerator_put_VITCLine_Proxy(IAMTimecodeGenerator *This,long Line);
5221 HRESULT WINAPI IAMTimecodeGenerator_get_VITCLine_Proxy(IAMTimecodeGenerator *This,long *pLine);
5223 …HRESULT WINAPI IAMTimecodeGenerator_SetTimecode_Proxy(IAMTimecodeGenerator *This,PTIMECODE_SAMPLE …
5225 …HRESULT WINAPI IAMTimecodeGenerator_GetTimecode_Proxy(IAMTimecodeGenerator *This,PTIMECODE_SAMPLE …
5229 typedef IAMTimecodeGenerator *PIAMTIMECODEGENERATOR;