Click or drag to resize
RtspRequestSdp Property
Gets or sets the SDP message appendix.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public IMessageAppendix Sdp { get; set; }

Property Value

Type: IMessageAppendix
The SDP object.
See Also