[This is preliminary documentation and subject to change.]
The Channel property specifies the channel number of the interactive show.
object.Channel [ = lchannel ]
This property is one of the components that the Annc object uses to create the show reference string stored in the Annc.ShowRef property.
You are not required to set this property in order for the announcement file created by Annc.Store to be valid. The default value is sufficient in many cases. For example, if you are creating an announcement for a currently-broadcast show, the client is already tuned to the proper channel and does not require this information.
Typically, this value is only set if you are creating a channel-specific future enhancement announcement.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in stream.idl.
Import Library: Included as a resource in stream.dll.
Unicode: Yes.
Annc.TuningSpace, Annc.ShowRef
The following example sets the channel number for the announcement to 9.
ann.Channel = 9