Edit

Share via


VtcSdpMediaDescription Class

Definition

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

Constructors

VtcSdpMediaDescription()
VtcSdpMediaDescription(String)

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)
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)
MusicOnHold
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)
RtcpAddress (Inherited from SdpMediaDescription)
RtcpCapabilityFlags
RtcpPort (Inherited from SdpMediaDescription)
RtcpPortAndAddress (Inherited from SdpMediaDescription)
SdpSession (Inherited from SdpMediaDescription)
SrtpCryptoKeys (Inherited from SdpMediaDescription)
StreamDirection (Inherited from SdpMediaDescription)
TcpConnection (Inherited from SdpMediaDescription)
TcpConnectionSetup (Inherited from SdpMediaDescription)
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) (Inherited from SdpMediaDescription)
ParseAttribute(SdpParseStatus, String, String)
SerializeAttributes(SdpWriter)
SerializeFormats(SdpWriter)

Serializes supported formats onto the supplied StringBuilder.

(Inherited from SdpMediaDescription)
SerializeTransportCandidates(SdpWriter) (Inherited from SdpMediaDescription)
SetExtendedMediaAttributes(MediaChannelContext) (Inherited from SdpMediaDescription)
SetTransportAttributes(MediaTransportInfo, SdpSetTransportAttributesOptions) (Inherited from SdpMediaDescription)
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