PlayoutBufferIsSynchronized Property |
Gets a value indicating whether this object is synchronized against RTCP.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool IsSynchronized { get; set; }
Public Property IsSynchronized As Boolean
Get
Set
public:
property bool IsSynchronized {
bool get ();
void set (bool value);
}
member IsSynchronized : bool with get, set
Property Value
Type:
Boolean
true if this object is synchronized, false if not.
See Also