Searched refs:IAMTVTuner (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 322 typedef struct IAMTVTuner IAMTVTuner; typedef 4347 struct IAMTVTuner : public IAMTuner { struct 4364 HRESULT (WINAPI *QueryInterface)(IAMTVTuner *This,REFIID riid,void **ppvObject); 4365 ULONG (WINAPI *AddRef)(IAMTVTuner *This); 4366 ULONG (WINAPI *Release)(IAMTVTuner *This); 4367 …HRESULT (WINAPI *put_Channel)(IAMTVTuner *This,long lChannel,long lVideoSubChannel,long lAudioSubC… 4368 …HRESULT (WINAPI *get_Channel)(IAMTVTuner *This,long *plChannel,long *plVideoSubChannel,long *plAud… 4369 HRESULT (WINAPI *ChannelMinMax)(IAMTVTuner *This,long *lChannelMin,long *lChannelMax); 4370 HRESULT (WINAPI *put_CountryCode)(IAMTVTuner *This,long lCountryCode); 4371 HRESULT (WINAPI *get_CountryCode)(IAMTVTuner *This,long *plCountryCode); [all …]
|