Edit

Share via


IceV19SdpMediaDescription Class

Definition

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

Constructors

IceV19SdpMediaDescription()

Properties

Attributes

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

(Inherited from SdpMediaDescription)
AudioFlow (Inherited from SdpMediaDescription)
Bandwidth

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

(Inherited from SdpMediaDescription)
Bandwidths

Gets the list of bandwidths from the SDP.

(Inherited from SdpMediaDescription)
Bypass (Inherited from SdpMediaDescription)
BypassId (Inherited from SdpMediaDescription)
Connection

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

(Inherited from SdpMediaDescription)
DtmfFlow (Inherited from SdpMediaDescription)
Enabled (Inherited from SdpMediaDescription)
EncryptionKey

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

(Inherited from SdpMediaDescription)
Feature (Inherited from SdpMediaDescription)
Formats

Gets one or more tokens found at the end of the "m" line. When using RTP for a transport, these tokens usually represent a list of payload types.

(Inherited from SdpMediaDescription)
IceMismatch
IcePassword
IceUsername
Label (Inherited from SdpMediaDescription)
MediaFormats (Inherited from SdpMediaDescription)
MediaId (Inherited from SdpMediaDescription)
MediaName

Gets the type of media represented by the "m" line; for example, "audio" and "video."

(Inherited from SdpMediaDescription)
MediaSettings (Inherited from SdpMediaDescription)
MsDiagnostics (Inherited from SdpMediaDescription)
PayloadTypeList (Inherited from SdpMediaDescription)
Port

Gets the port where the media should be directed.

(Inherited from SdpMediaDescription)
PortCount

Gets the number of ports in series starting with the value returned by the Port property. Default value if nothing is specified is 1.

(Inherited from SdpMediaDescription)
PTime (Inherited from SdpMediaDescription)
RemoteCandidates
RtcpAddress (Inherited from SdpMediaDescription)
RtcpCapabilityFlags
RtcpMultiplexing
RtcpPort (Inherited from SdpMediaDescription)
RtcpPortAndAddress (Inherited from SdpMediaDescription)
SdpSession
Source
SourceStreamId
SrtpCryptoKeys (Inherited from SdpMediaDescription)
SsrcRange
StreamDirection (Inherited from SdpMediaDescription)
TcpConnection (Inherited from SdpMediaDescription)
TcpConnectionSetup (Inherited from SdpMediaDescription)
TransportCandidateInfos
TransportCandidates
TransportProtocol

Gets the transport protocol specified in the "m" line. For example, "RTP/AVP". The default value "RTP/AVP" is used when serializing if nothing else is specified.

(Inherited from SdpMediaDescription)
TTYEnabled (Inherited from SdpMediaDescription)
V1Encryption (Inherited from SdpMediaDescription)
ValidMedia (Inherited from SdpMediaDescription)

Methods

Copy()

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

(Inherited from SdpMediaDescription)
CreateMediaTransportInfo(MediaTransportAddress, SdpNegotiatorSettings, RtcpMultiplexingMode, SdpDiagnosticsCode, Boolean)
ParseAttribute(SdpParseStatus, String, String)
SerializeAttributes(SdpWriter)
SerializeFormats(SdpWriter)

Serializes supported formats onto the supplied StringBuilder.

(Inherited from SdpMediaDescription)
SerializeTransportCandidates(SdpWriter)
SetExtendedMediaAttributes(MediaChannelContext)
SetTransportAttributes(MediaTransportInfo, SdpSetTransportAttributesOptions)
SetTransportProfile(MediaTransportInfo, MediaEncryptionPolicy) (Inherited from SdpMediaDescription)
SetTransportProfile(MediaTransportType, MediaEncryptionPolicy) (Inherited from SdpMediaDescription)
ValidateMediaDescription() (Inherited from SdpMediaDescription)
Write(TextWriter)

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

(Inherited from SdpMediaDescription)

Applies to