Annc.TriggerIP

[This is preliminary documentation and subject to change.]

The TriggerIP property specifies the IP address and port over which the broadcaster will transmit triggers for the interactive show.

Syntax

object.TriggerIP [ = sIP ]
 

Parts

object
Object expression that resolves to an Annc object.
sIP
String that contains the IP address and port the client should use to receive triggers for the interactive show. This string should have the format, "xxx.xxx.xxx.xxx:yyyy", where xxx.xxx.xxx.xxx specifies the IP address and yyyy the IP port. The default value is an empty string.

Remarks

You must set a value for TriggerIP. Otherwise the announcement file created by Annc.Store will not be valid.

Examples

The following example sets the trigger IP address and port.

ann.TriggerIP = "123.45.223.155:1850"
 

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.Netcard