Microsoft DirectX 8.0 |
Represents a tune request valid for an analog TV network type.
Method or Property Name Description Channel Gets or sets the channel for this Tune Request. Clone Create a new copy of this tune request. Components Components collection. Locator Locator Object. TuningSpace Tuning Space object.
Channel.
Syntax
ChannelTuneRequest.Channel
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.
Create a new copy of this tune request.
Syntax
ChannelTuneRequest.Clone(NewTuneRequest)
Return Value
Returns a ChannelTuneRequest object that is a copy of the current object.
Components collection.
Syntax
ChannelTuneRequest.Components
Remarks
This property is read only.
Locator Object.
Syntax
ChannelTuneRequest.Locator
Remarks
This property is read-write.
Tuning Space object.
Syntax
ChannelTuneRequest.TuningSpace
Remarks
This property is read only.