IAMTuner::get_Channel (Windows CE 5.0)

Send Feedback

The get_Channel method retrieves the channel to which the tuner is set.

Syntax

HRESULT get_Channel (
  long *plChannel,  long *plVideoSubChannel,  long *plAudioSubChannel);

Parameters

  • plChannel
    [out] Pointer to a variable that receives the channel. For frequencies, see International Analog TV Tuning
  • plVideoSubChannel
    [out] Pointer to a variable that receives either the video subchannel, or one of the following flags:
    Value Description
    AMTUNER_SUBCHAN_DEFAULT Default subchannel
    AMTUNER_SUBCHAN_NO_TUNE No subchannel tuning
  • plAudioSubChannel
    [out] Pointer to a variable that receives either the audio subchannel, or one of the following flags:
    Value Description
    AMTUNER_SUBCHAN_DEFAULT Default subchannel
    AMTUNER_SUBCHAN_NO_TUNE No subchannel tuning

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

Requirements

OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: strmif.h.

See Also

IAMTunerInterface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.