Click or drag to resize

MediaDescription Properties

The MediaDescription type exposes the following members.

Properties
  NameDescription
Public propertyBandwidths
Gets the array of proposed bandwidths to be used by the media.
Public propertyConnectionData
Gets or sets media-level connection data.
Public propertyCryptoAttributes
Gets CryptoAttributes associated with this MediaDescription.
Public propertyEncryptionKey
Gets or sets the media-level encryption key.
Public propertyFingerprintAttribute
Gets the Fingerprint Attribute from this MediaDescription
Public propertyIcePasswordAttribute
Gets the IcePasswordAttribute associated with this MediaDescription
Public propertyIceUfragAttribute
Gets the IceUfragAttribute associated with this MediaDescription
Public propertyIsApplication
Gets whether this media description represents an application stream (media type == "application").
Public propertyIsAudio
Gets whether this media description represents an audio stream (media type == "audio").
Public propertyIsMessage
Gets whether this media description represents a message stream (media type == "message").
Public propertyIsText
Gets whether this media description represents a text stream (media type == "text").
Public propertyIsVideo
Gets whether this media description represents a video stream (media type == "video").
Public propertyMedia
Gets or sets the media name and transport address.
Public propertyMediaAttributes
Gets the array of media-level attributes.
Public propertyMediaTitle
Gets or sets the media title.
Public propertyQualityAttribute
Gets or sets the QualityAttribute associated with this MediaDescription.
Public propertyRtcpAttribute
Gets or sets Rtcp Attributes associated with this media description.
Public propertyRtcpMultiplexingSupported
Gets a value indicating support for RTCP Multiplexing.
Public propertySctpMapAttribute
Gets the Sctp Map Attribute, if it is present in the Media Description.
Public propertySctpMaxMessageSizeAttribute
Gets the Sctp Max Message Size Attribute, if it is present in the Media Description.
Public propertySetupAttribute
Gets or sets the SetupAttribute associated with this MediaDescription.
Public propertyStreamDirection
Gets or sets the stream direction indicated in Media Description. Getter returns StreamDirection if DirectionAttribute is present; otherwise, returns StreamDirection.Unset.
Public propertySupportsRtcpMultiplexing
Gets a value stating whether this media description indicates RTCP Multiplexing support
Top
See Also