The Ssrc field identifies the synchronization source. It is chosen randomly.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual int Ssrc { get; set; }
Public Overridable Property Ssrc As Integer
Get
Set
public:
virtual property int Ssrc {
int get ();
void set (int value);
}
abstract Ssrc : int with get, set
override Ssrc : int with get, set
Property Value
Type:
Int32
The ssrc.
See Also