Click or drag to resize
RtpPacketMarker Property
This represents the Marker bit. This is mostly used for framing.

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

Property Value

Type: Boolean
true if marker, false if not.
See Also