The ssrc parameter indicates the RTP Ssrc value that should be (request) or will be
(response) used by the media server. This parameter is only valid for unicast
transmission. It identifies the synchronization source to be associated with the media
stream.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string Ssrc { get; set; }
Public Property Ssrc As String
Get
Set
public:
property String^ Ssrc {
String^ get ();
void set (String^ value);
}
member Ssrc : string with get, set
Property Value
Type:
String
The ssrc.
See Also