Annc.TuningSpace

[This is preliminary documentation and subject to change.]

The TuningSpace property specifies the tuning space on which the broadcast clients will receive the interactive show.

Syntax

object.TuningSpace [ = sTS ]
 

Parts

object
Object expression that resolves to an Annc object.
sTS
String that contains the name of the tuning space used to receive the interactive show. For example "Cable". The default value is an empty string.

Remarks

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, an empty string, means that the show reference built from this value applies to any tuning space.

Typically, this value is only set if you are creating a channel-specific future enhancement announcement.

Examples

The following sets the tuning space to analog television broadcasts.

ann.TuningSpace = "broadcast"
 

QuickInfo

  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.

See Also

Annc.Channel