Click or drag to resize
RtpPacketToneEventEndOfEvent Property
If set to a value of true, the "end" bit indicates that this packet contains the end of the event.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool EndOfEvent { get; set; }

Property Value

Type: Boolean
true if end of event, false if not.
See Also