This represents the Marker bit. This is mostly used for framing.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual bool Marker { get; set; }
Public Overridable Property Marker As Boolean
Get
Set
public:
virtual property bool Marker {
bool get ();
void set (bool value);
}
abstract Marker : bool with get, set
override Marker : bool with get, set
Property Value
Type:
Boolean
true if marker, false if not.
See Also