ホーム › Media.DirectShow › IAMTuner
IAMTuner
COMメソッド 15
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT put_Channel(INT lChannel, INT lVideoSubChannel, INT lAudioSubChannel) |
| 4 | HRESULT get_Channel(INT* plChannel, INT* plVideoSubChannel, INT* plAudioSubChannel) |
| 5 | HRESULT ChannelMinMax(INT* lChannelMin, INT* lChannelMax) |
| 6 | HRESULT put_CountryCode(INT lCountryCode) |
| 7 | HRESULT get_CountryCode(INT* plCountryCode) |
| 8 | HRESULT put_TuningSpace(INT lTuningSpace) |
| 9 | HRESULT get_TuningSpace(INT* plTuningSpace) |
| 10 | HRESULT Logon(HANDLE hCurrentUser) |
| 11 | HRESULT Logout() |
| 12 | HRESULT SignalPresent(INT* plSignalStrength) |
| 13 | HRESULT put_Mode(AMTunerModeType lMode) |
| 14 | HRESULT get_Mode(AMTunerModeType* plMode) |
| 15 | HRESULT GetAvailableModes(INT* plModes) |
| 16 | HRESULT RegisterNotificationCallBack(IAMTunerNotification* pNotify, INT lEvents) |
| 17 | HRESULT UnRegisterNotificationCallBack(IAMTunerNotification* pNotify) |