SdpMediaDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class SdpMediaDescription : Microsoft::Rtc::Signaling::SdpMediaDescription
public class SdpMediaDescription : Microsoft.Rtc.Signaling.SdpMediaDescription
type SdpMediaDescription = class
inherit SdpMediaDescription
Public Class SdpMediaDescription
Inherits SdpMediaDescription
- Inheritance
- Derived
Constructors
SdpMediaDescription() | |
SdpMediaDescription(String) |
Properties
Attributes |
Gets the list of "a" lines from the SDP. (Inherited from SdpMediaDescription) |
AudioFlow | |
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 | |
BypassId | |
Connection |
Gets the details of the "c" line from the SDP. (Inherited from SdpMediaDescription) |
DtmfFlow | |
Enabled | |
EncryptionKey |
Gets the details of the "k" line from the SDP. (Inherited from SdpMediaDescription) |
Feature | |
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 | |
MediaFormats | |
MediaId | |
MediaName |
Gets the type of media represented by the "m" line; for example, "audio" and "video." (Inherited from SdpMediaDescription) |
MediaSettings | |
MsDiagnostics | |
PayloadTypeList | |
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 | |
RtcpAddress | |
RtcpPort | |
RtcpPortAndAddress | |
SdpSession | |
SrtpCryptoKeys | |
StreamDirection | |
TcpConnection | |
TcpConnectionSetup | |
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 | |
V1Encryption | |
ValidMedia |
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) | |
SetTransportProfile(MediaTransportType, MediaEncryptionPolicy) | |
ValidateMediaDescription() | |
Write(TextWriter) |
Appends the global section of the SDP to the provided string builder. (Inherited from SdpMediaDescription) |