PlayoutBufferHasReceivedRtpInfo Property |
Gets a value indicating whether this object has been passed the RTP-INFO header.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool HasReceivedRtpInfo { get; set; }
Public Property HasReceivedRtpInfo As Boolean
Get
Set
public:
property bool HasReceivedRtpInfo {
bool get ();
void set (bool value);
}
member HasReceivedRtpInfo : bool with get, set
Property Value
Type:
Boolean
true if this object has received rtp information, false if not.
See Also