RtcpSourceDescriptionChunkPriv Property |
Gets or sets the priv.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string Priv { get; set; }
Public Property Priv As String
Get
Set
public:
property String^ Priv {
String^ get ();
void set (String^ value);
}
member Priv : string with get, set
Property Value
Type:
String
The priv.
See Also