IAMTuner          312 3rdparty/include/dshow/strmif.h typedef struct IAMTuner IAMTuner;
IAMTuner         4215 3rdparty/include/dshow/strmif.h   struct IAMTuner : public IUnknown {
IAMTuner         4236 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMTuner *This,REFIID riid,void **ppvObject);
IAMTuner         4237 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMTuner *This);
IAMTuner         4238 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMTuner *This);
IAMTuner         4239 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Channel)(IAMTuner *This,long lChannel,long lVideoSubChannel,long lAudioSubChannel);
IAMTuner         4240 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Channel)(IAMTuner *This,long *plChannel,long *plVideoSubChannel,long *plAudioSubChannel);
IAMTuner         4241 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ChannelMinMax)(IAMTuner *This,long *lChannelMin,long *lChannelMax);
IAMTuner         4242 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_CountryCode)(IAMTuner *This,long lCountryCode);
IAMTuner         4243 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_CountryCode)(IAMTuner *This,long *plCountryCode);
IAMTuner         4244 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_TuningSpace)(IAMTuner *This,long lTuningSpace);
IAMTuner         4245 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_TuningSpace)(IAMTuner *This,long *plTuningSpace);
IAMTuner         4246 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Logon)(IAMTuner *This,HANDLE hCurrentUser);
IAMTuner         4247 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Logout)(IAMTuner *This);
IAMTuner         4248 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SignalPresent)(IAMTuner *This,long *plSignalStrength);
IAMTuner         4249 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Mode)(IAMTuner *This,AMTunerModeType lMode);
IAMTuner         4250 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Mode)(IAMTuner *This,AMTunerModeType *plMode);
IAMTuner         4251 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAvailableModes)(IAMTuner *This,long *plModes);
IAMTuner         4252 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterNotificationCallBack)(IAMTuner *This,IAMTunerNotification *pNotify,long lEvents);
IAMTuner         4253 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnRegisterNotificationCallBack)(IAMTuner *This,IAMTunerNotification *pNotify);
IAMTuner         4280 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_put_Channel_Proxy(IAMTuner *This,long lChannel,long lVideoSubChannel,long lAudioSubChannel);
IAMTuner         4282 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_get_Channel_Proxy(IAMTuner *This,long *plChannel,long *plVideoSubChannel,long *plAudioSubChannel);
IAMTuner         4284 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_ChannelMinMax_Proxy(IAMTuner *This,long *lChannelMin,long *lChannelMax);
IAMTuner         4286 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_put_CountryCode_Proxy(IAMTuner *This,long lCountryCode);
IAMTuner         4288 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_get_CountryCode_Proxy(IAMTuner *This,long *plCountryCode);
IAMTuner         4290 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_put_TuningSpace_Proxy(IAMTuner *This,long lTuningSpace);
IAMTuner         4292 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_get_TuningSpace_Proxy(IAMTuner *This,long *plTuningSpace);
IAMTuner         4294 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_Logon_Proxy(IAMTuner *This,HANDLE hCurrentUser);
IAMTuner         4296 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_Logout_Proxy(IAMTuner *This);
IAMTuner         4298 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_SignalPresent_Proxy(IAMTuner *This,long *plSignalStrength);
IAMTuner         4300 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_put_Mode_Proxy(IAMTuner *This,AMTunerModeType lMode);
IAMTuner         4302 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_get_Mode_Proxy(IAMTuner *This,AMTunerModeType *plMode);
IAMTuner         4304 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_GetAvailableModes_Proxy(IAMTuner *This,long *plModes);
IAMTuner         4306 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_RegisterNotificationCallBack_Proxy(IAMTuner *This,IAMTunerNotification *pNotify,long lEvents);
IAMTuner         4308 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTuner_UnRegisterNotificationCallBack_Proxy(IAMTuner *This,IAMTunerNotification *pNotify);
IAMTuner         4347 3rdparty/include/dshow/strmif.h   struct IAMTVTuner : public IAMTuner {
IAMTuner         4458 3rdparty/include/dshow/strmif.h   struct IBPCSatelliteTuner : public IAMTuner {