Searched refs:TunerInputType (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 3878 } TunerInputType; typedef 4354 virtual HRESULT WINAPI put_InputType(long lIndex,TunerInputType InputType) = 0; 4355 virtual HRESULT WINAPI get_InputType(long lIndex,TunerInputType *pInputType) = 0; 4387 HRESULT (WINAPI *put_InputType)(IAMTVTuner *This,long lIndex,TunerInputType InputType); 4388 HRESULT (WINAPI *get_InputType)(IAMTVTuner *This,long lIndex,TunerInputType *pInputType); 4440 …HRESULT WINAPI IAMTVTuner_put_InputType_Proxy(IAMTVTuner *This,long lIndex,TunerInputType InputTyp… 4442 …HRESULT WINAPI IAMTVTuner_get_InputType_Proxy(IAMTVTuner *This,long lIndex,TunerInputType *pInputT…
|