Microsoft DirectX 9.0 |
The Channel property sets or retrieves the channel to be tuned.
Syntax
objIChannelTuneRequest.Channel 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 channel to be tuned as a Long integer.
Remarks
This property is read-write. If the value specified for Channel is less than the minimum channel set for the tuning space, it will wrap around to the maximum channel value. Likewise, if the value specified for Channel is greater than the maximum channel set for the tuning space, it will wrap around to the minimum channel value.
See Also