Home
last modified time | relevance | path

Searched refs:IAMTimecodeDisplay (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dstrmif.h4398 typedef interface IAMTimecodeDisplay IAMTimecodeDisplay; typedef
10965 typedef struct IAMTimecodeDisplay IAMTimecodeDisplay; typedef
12867 struct IAMTimecodeDisplay : public IUnknown { struct
12877 HRESULT (WINAPI *QueryInterface)(IAMTimecodeDisplay *This,REFIID riid,void **ppvObject);
12878 ULONG (WINAPI *AddRef)(IAMTimecodeDisplay *This);
12879 ULONG (WINAPI *Release)(IAMTimecodeDisplay *This);
12880 HRESULT (WINAPI *GetTCDisplayEnable)(IAMTimecodeDisplay *This,LONG *pState);
12881 HRESULT (WINAPI *SetTCDisplayEnable)(IAMTimecodeDisplay *This,LONG State);
12882 HRESULT (WINAPI *GetTCDisplay)(IAMTimecodeDisplay *This,LONG Param,LONG *pValue);
12883 HRESULT (WINAPI *SetTCDisplay)(IAMTimecodeDisplay *This,LONG Param,LONG Value);
[all …]