IAMTVTuner        322 3rdparty/include/dshow/strmif.h typedef struct IAMTVTuner IAMTVTuner;
IAMTVTuner       4347 3rdparty/include/dshow/strmif.h   struct IAMTVTuner : public IAMTuner {
IAMTVTuner       4364 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IAMTVTuner *This,REFIID riid,void **ppvObject);
IAMTVTuner       4365 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IAMTVTuner *This);
IAMTVTuner       4366 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IAMTVTuner *This);
IAMTVTuner       4367 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Channel)(IAMTVTuner *This,long lChannel,long lVideoSubChannel,long lAudioSubChannel);
IAMTVTuner       4368 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Channel)(IAMTVTuner *This,long *plChannel,long *plVideoSubChannel,long *plAudioSubChannel);
IAMTVTuner       4369 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ChannelMinMax)(IAMTVTuner *This,long *lChannelMin,long *lChannelMax);
IAMTVTuner       4370 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_CountryCode)(IAMTVTuner *This,long lCountryCode);
IAMTVTuner       4371 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_CountryCode)(IAMTVTuner *This,long *plCountryCode);
IAMTVTuner       4372 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_TuningSpace)(IAMTVTuner *This,long lTuningSpace);
IAMTVTuner       4373 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_TuningSpace)(IAMTVTuner *This,long *plTuningSpace);
IAMTVTuner       4374 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Logon)(IAMTVTuner *This,HANDLE hCurrentUser);
IAMTVTuner       4375 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Logout)(IAMTVTuner *This);
IAMTVTuner       4376 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SignalPresent)(IAMTVTuner *This,long *plSignalStrength);
IAMTVTuner       4377 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_Mode)(IAMTVTuner *This,AMTunerModeType lMode);
IAMTVTuner       4378 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_Mode)(IAMTVTuner *This,AMTunerModeType *plMode);
IAMTVTuner       4379 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAvailableModes)(IAMTVTuner *This,long *plModes);
IAMTVTuner       4380 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RegisterNotificationCallBack)(IAMTVTuner *This,IAMTunerNotification *pNotify,long lEvents);
IAMTVTuner       4381 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UnRegisterNotificationCallBack)(IAMTVTuner *This,IAMTunerNotification *pNotify);
IAMTVTuner       4382 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_AvailableTVFormats)(IAMTVTuner *This,long *lAnalogVideoStandard);
IAMTVTuner       4383 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_TVFormat)(IAMTVTuner *This,long *plAnalogVideoStandard);
IAMTVTuner       4384 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AutoTune)(IAMTVTuner *This,long lChannel,long *plFoundSignal);
IAMTVTuner       4385 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *StoreAutoTune)(IAMTVTuner *This);
IAMTVTuner       4386 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_NumInputConnections)(IAMTVTuner *This,long *plNumInputConnections);
IAMTVTuner       4387 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_InputType)(IAMTVTuner *This,long lIndex,TunerInputType InputType);
IAMTVTuner       4388 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_InputType)(IAMTVTuner *This,long lIndex,TunerInputType *pInputType);
IAMTVTuner       4389 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *put_ConnectInput)(IAMTVTuner *This,long lIndex);
IAMTVTuner       4390 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_ConnectInput)(IAMTVTuner *This,long *plIndex);
IAMTVTuner       4391 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_VideoFrequency)(IAMTVTuner *This,long *lFreq);
IAMTVTuner       4392 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *get_AudioFrequency)(IAMTVTuner *This,long *lFreq);
IAMTVTuner       4430 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_get_AvailableTVFormats_Proxy(IAMTVTuner *This,long *lAnalogVideoStandard);
IAMTVTuner       4432 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_get_TVFormat_Proxy(IAMTVTuner *This,long *plAnalogVideoStandard);
IAMTVTuner       4434 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_AutoTune_Proxy(IAMTVTuner *This,long lChannel,long *plFoundSignal);
IAMTVTuner       4436 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_StoreAutoTune_Proxy(IAMTVTuner *This);
IAMTVTuner       4438 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_get_NumInputConnections_Proxy(IAMTVTuner *This,long *plNumInputConnections);
IAMTVTuner       4440 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_put_InputType_Proxy(IAMTVTuner *This,long lIndex,TunerInputType InputType);
IAMTVTuner       4442 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_get_InputType_Proxy(IAMTVTuner *This,long lIndex,TunerInputType *pInputType);
IAMTVTuner       4444 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_put_ConnectInput_Proxy(IAMTVTuner *This,long lIndex);
IAMTVTuner       4446 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_get_ConnectInput_Proxy(IAMTVTuner *This,long *plIndex);
IAMTVTuner       4448 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_get_VideoFrequency_Proxy(IAMTVTuner *This,long *lFreq);
IAMTVTuner       4450 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IAMTVTuner_get_AudioFrequency_Proxy(IAMTVTuner *This,long *lFreq);