Microsoft DirectX 8.0 |
This interface is implemented on the ATSCChannelTuneRequest object.
MethodName Description ITuneRequest Methods get_TuningSpace Retrieves the Tuning Space object. get_Components Retrieves the collection of IComponent objects. Clone Returns a new copy of this tune request. get_Locator Called from the Network Provider to get the ILocator object associated with the requested broadcast. put_Locator Called from the Network Provider to set the ILocator object associated with the requested broadcast. IChannelTuneRequest Methods get_Channel Gets the channel to be tuned. put_Channel Sets the channel to be tuned. IATSCChannelTuneRequest Methods get_MinorChannel Gets the minor channel to be tuned. put_MinorChannel Sets the minor channel to be tuned.
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 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.