Searched refs:IAMTimecodeReader (Results 1 – 1 of 1) sorted by relevance
377 typedef struct IAMTimecodeReader IAMTimecodeReader; typedef5122 struct IAMTimecodeReader : public IUnknown { struct5133 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);[all …]