Microsoft DirectX 8.0

IATSCChannelTuneRequest Interface

This interface is implemented on the ATSCChannelTuneRequest object.

MethodNameDescription
ITuneRequest Methods 
get_TuningSpaceRetrieves the Tuning Space object.
get_ComponentsRetrieves the collection of IComponent objects.
CloneReturns a new copy of this tune request.
get_LocatorCalled from the Network Provider to get the ILocator object associated with the requested broadcast.
put_LocatorCalled from the Network Provider to set the ILocator object associated with the requested broadcast.
IChannelTuneRequest Methods 
get_ChannelGets the channel to be tuned.
put_ChannelSets the channel to be tuned.
IATSCChannelTuneRequest Methods 
get_MinorChannelGets the minor channel to be tuned.
put_MinorChannelSets the minor channel to be tuned.

IATSCChannelTuneRequest::get_MinorChannel

IATSCChannelTuneRequest Interface

Gets the minor channel to be tuned.

Syntax

HRESULT get_MinorChannel(
    short* MinorChannel
    );

Parameters

MinorChannel
[out, retval] Pointer to a variable of type short that receives the current minor channel.

Return Value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

IATSCChannelTuneRequest::put_MinorChannel

IATSCChannelTuneRequest Interface

Sets the minor channel to be tuned.

Syntax

HRESULT put_MinorChannel(
    short MinorChannel
    );

Parameters

MinorChannel
[in] Variable of type short that specifies the minor channel.

Return Value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.