Lines Matching refs:IAMTimecodeReader
377 typedef struct IAMTimecodeReader IAMTimecodeReader; typedef
5122 struct IAMTimecodeReader : public IUnknown { struct
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 *This,long *pLine);
5140 HRESULT (WINAPI *GetTimecode)(IAMTimecodeReader *This,PTIMECODE_SAMPLE pTimecodeSample);
5143 struct IAMTimecodeReader { struct
5157 …HRESULT WINAPI IAMTimecodeReader_GetTCRMode_Proxy(IAMTimecodeReader *This,long Param,long *pValue);
5159 HRESULT WINAPI IAMTimecodeReader_SetTCRMode_Proxy(IAMTimecodeReader *This,long Param,long Value);
5161 HRESULT WINAPI IAMTimecodeReader_put_VITCLine_Proxy(IAMTimecodeReader *This,long Line);
5163 HRESULT WINAPI IAMTimecodeReader_get_VITCLine_Proxy(IAMTimecodeReader *This,long *pLine);
5165 …HRESULT WINAPI IAMTimecodeReader_GetTimecode_Proxy(IAMTimecodeReader *This,PTIMECODE_SAMPLE pTimec…
5169 typedef IAMTimecodeReader *PIAMTIMECODEREADER;