IBPCSatelliteTuner  327 3rdparty/include/dshow/strmif.h typedef struct IBPCSatelliteTuner IBPCSatelliteTuner;
IBPCSatelliteTuner 4458 3rdparty/include/dshow/strmif.h   struct IBPCSatelliteTuner : public IAMTuner {
IBPCSatelliteTuner 4467 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IBPCSatelliteTuner *This,REFIID riid,void **ppvObject);
IBPCSatelliteTuner 4468 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IBPCSatelliteTuner *This);
IBPCSatelliteTuner 4469 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IBPCSatelliteTuner *This);
IBPCSatelliteTuner 4470 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Channel)(IBPCSatelliteTuner *This,long lChannel,long lVideoSubChannel,long lAudioSubChannel);
IBPCSatelliteTuner 4471 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Channel)(IBPCSatelliteTuner *This,long *plChannel,long *plVideoSubChannel,long *plAudioSubChannel);
IBPCSatelliteTuner 4472 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ChannelMinMax)(IBPCSatelliteTuner *This,long *lChannelMin,long *lChannelMax);
IBPCSatelliteTuner 4473 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_CountryCode)(IBPCSatelliteTuner *This,long lCountryCode);
IBPCSatelliteTuner 4474 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_CountryCode)(IBPCSatelliteTuner *This,long *plCountryCode);
IBPCSatelliteTuner 4475 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_TuningSpace)(IBPCSatelliteTuner *This,long lTuningSpace);
IBPCSatelliteTuner 4476 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_TuningSpace)(IBPCSatelliteTuner *This,long *plTuningSpace);
IBPCSatelliteTuner 4477 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Logon)(IBPCSatelliteTuner *This,HANDLE hCurrentUser);
IBPCSatelliteTuner 4478 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Logout)(IBPCSatelliteTuner *This);
IBPCSatelliteTuner 4479 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SignalPresent)(IBPCSatelliteTuner *This,long *plSignalStrength);
IBPCSatelliteTuner 4480 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Mode)(IBPCSatelliteTuner *This,AMTunerModeType lMode);
IBPCSatelliteTuner 4481 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Mode)(IBPCSatelliteTuner *This,AMTunerModeType *plMode);
IBPCSatelliteTuner 4482 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAvailableModes)(IBPCSatelliteTuner *This,long *plModes);
IBPCSatelliteTuner 4483 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterNotificationCallBack)(IBPCSatelliteTuner *This,IAMTunerNotification *pNotify,long lEvents);
IBPCSatelliteTuner 4484 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnRegisterNotificationCallBack)(IBPCSatelliteTuner *This,IAMTunerNotification *pNotify);
IBPCSatelliteTuner 4485 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_DefaultSubChannelTypes)(IBPCSatelliteTuner *This,long *plDefaultVideoType,long *plDefaultAudioType);
IBPCSatelliteTuner 4486 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_DefaultSubChannelTypes)(IBPCSatelliteTuner *This,long lDefaultVideoType,long lDefaultAudioType);
IBPCSatelliteTuner 4487 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *IsTapingPermitted)(IBPCSatelliteTuner *This);
IBPCSatelliteTuner 4517 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBPCSatelliteTuner_get_DefaultSubChannelTypes_Proxy(IBPCSatelliteTuner *This,long *plDefaultVideoType,long *plDefaultAudioType);
IBPCSatelliteTuner 4519 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBPCSatelliteTuner_put_DefaultSubChannelTypes_Proxy(IBPCSatelliteTuner *This,long lDefaultVideoType,long lDefaultAudioType);
IBPCSatelliteTuner 4521 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IBPCSatelliteTuner_IsTapingPermitted_Proxy(IBPCSatelliteTuner *This);