EnhEvent.XMitDuration

[This is preliminary documentation and subject to change.]

The XMitDuration property contains the time required to transmit the event. This property is read-only.

Syntax

[ dDuration = ] object.XMitDuration 
 

Parts

object
Object expression that resolves to an EnhEvent object.
lDuration
Double that receives the number of seconds required to transmit the event.

Remarks

XmitDuration is calculated based on the redundancy, length, and available bandwidth. The following equation is used to calculate the time required to transmit the event:

XmitDuration = ((1 + 1/Redundancy) * Length ) / (Bandwidth/8)

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

EnhEvent.XMitName, EnhEvent.Name, EnhEvent.Length, EnhEvents.Overhead, EnhEvents.Redundancy, EnhEvents.Bandwidth