Searched refs:IAMTuner (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 312 typedef struct IAMTuner IAMTuner; typedef 4215 struct IAMTuner : public IUnknown { struct 4236 HRESULT (WINAPI *QueryInterface)(IAMTuner *This,REFIID riid,void **ppvObject); 4237 ULONG (WINAPI *AddRef)(IAMTuner *This); 4238 ULONG (WINAPI *Release)(IAMTuner *This); 4239 …HRESULT (WINAPI *put_Channel)(IAMTuner *This,long lChannel,long lVideoSubChannel,long lAudioSubCha… 4240 …HRESULT (WINAPI *get_Channel)(IAMTuner *This,long *plChannel,long *plVideoSubChannel,long *plAudio… 4241 HRESULT (WINAPI *ChannelMinMax)(IAMTuner *This,long *lChannelMin,long *lChannelMax); 4242 HRESULT (WINAPI *put_CountryCode)(IAMTuner *This,long lCountryCode); 4243 HRESULT (WINAPI *get_CountryCode)(IAMTuner *This,long *plCountryCode); [all …]
|