Click or drag to resize
PlayoutBufferIsSynchronized Property
Gets a value indicating whether this object is synchronized against RTCP.

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

Property Value

Type: Boolean
true if this object is synchronized, false if not.
See Also