Edit

Share via


IceV19SdpSessionDescription Class

Definition

public ref class IceV19SdpSessionDescription : Microsoft::Rtc::Internal::Collaboration::Media::SdpSessionDescription
public class IceV19SdpSessionDescription : Microsoft.Rtc.Internal.Collaboration.Media.SdpSessionDescription
type IceV19SdpSessionDescription = class
    inherit SdpSessionDescription
Public Class IceV19SdpSessionDescription
Inherits SdpSessionDescription
Inheritance
IceV19SdpSessionDescription

Constructors

IceV19SdpSessionDescription()

Properties

Attributes

Gets a list of "a" lines from the SDP.

(Inherited from SdpGlobalDescription)
Bandwidth

Gets or sets details of the "b" line from the SDP.

(Inherited from SdpGlobalDescription)
Bandwidths

Gets the list of bandwidths from the SDP.

(Inherited from SdpGlobalDescription)
Bypass (Inherited from SdpSessionDescription)
BypassId (Inherited from SdpSessionDescription)
Connection

Gets or sets details of the "c" line from the SDP.

(Inherited from SdpGlobalDescription)
EncryptionKey

Gets or sets details of the "k" line from the SDP.

(Inherited from SdpGlobalDescription)
IceLite
IceOptions
IcePassword
IceUsername
MediaBandwidths
Origin

Gets or sets details of the "o" line from the SDP.

(Inherited from SdpGlobalDescription)
StreamDirection (Inherited from SdpSessionDescription)

Methods

Copy()

Creates a new instance of SdpGlobalDescription with the same settings as the current instance. This function performs a deep copy by copying member fields as well.

(Inherited from SdpGlobalDescription)
ParseAttribute(SdpParseStatus, String, String)
SerializeAttributes(SdpWriter)
ValidateSessionDescription()
Write(TextWriter)

Appends the global section of the SDP to the provided string builder.

(Inherited from SdpGlobalDescription)

Applies to