Click or drag to resize
PlayoutBufferHasReceivedRtpInfo Property
Gets a value indicating whether this object has been passed the RTP-INFO header.

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

Property Value

Type: Boolean
true if this object has received rtp information, false if not.
See Also