ipsend.Throttle

[This is preliminary documentation and subject to change.]

The Throttle property specifies the maximum bandwidth allotted to FTS transmissions.

Syntax

object.Throttle [ = lBandWidth ]
 

Parts

object
Object expression that resolves to an ipsend object.
lBandWidth
Long that specifies the allotted bandwidth, in bits per second.

Remarks

You can use this method to set an upper limit on the amount of bandwidth used to transmit FTS data. For example, if enhancements are transmitted to the client by being encoded in three VBI lines, the effective transmission bandwidth is approximately 9600 bits per second. You could set Throttle to 9600 to ensure that the transmission rate did not exceed the client's bandwidth.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in ipenhsnd.idl.
  Import Library: Included as a resource in ipenhsnd.dll.
  Unicode: Yes.

See Also

ipsend.ConnectFTS, ipsend.SendFTSFile, ipsend.SendEvent

Examples

The following example limits the FTS bandwidth to 3200 bits per second, or the equivalent of transmission over a single VBI line.

isend.Throttle = 3200