Share via


IAMTuner::get_Channel (Windows Embedded CE 6.0)

1/6/2010

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 Value

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

Requirements

Header strmif.h
Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later

See Also

Reference

IAMTuner Interface