RtpPacketToneEventEndOfEvent Property |
If set to a value of true, the "end" bit indicates that this
packet contains the end of the event.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool EndOfEvent { get; set; }
Public Property EndOfEvent As Boolean
Get
Set
public:
property bool EndOfEvent {
bool get ();
void set (bool value);
}
member EndOfEvent : bool with get, set
Property Value
Type:
Boolean
true if end of event, false if not.
See Also