RtcpReceiverReportSsrc Property |
The Synchronization source.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint Ssrc { get; set; }
Public Property Ssrc As UInteger
Get
Set
public:
property unsigned int Ssrc {
unsigned int get ();
void set (unsigned int value);
}
member Ssrc : uint32 with get, set
Property Value
Type:
UInt32
A unique value identifying the synchronization source.
See Also