Microsoft DirectX 9.0

IATSCChannelTuneRequest.MinorChannel

The MinorChannel property sets or retrieves the minor channel number to be viewed.

Syntax

objIATSCChannelTuneRequest.MinorChannel As Long

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Value

This property returns the minor channel as an Integer.

Remarks

A channel, such as channel 10, may have minor channels, such as 10.1 and 10.2. The minor channel in this example is 1 or 2.

See Also