MediaDescription Properties |
The MediaDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| Bandwidths |
Gets the array of proposed bandwidths to be used by the media.
| |
| ConnectionData |
Gets or sets media-level connection data.
| |
| CryptoAttributes |
Gets CryptoAttributes associated with this MediaDescription.
| |
| EncryptionKey |
Gets or sets the media-level encryption key.
| |
| FingerprintAttribute |
Gets the Fingerprint Attribute from this MediaDescription
| |
| IcePasswordAttribute |
Gets the IcePasswordAttribute associated with this MediaDescription
| |
| IceUfragAttribute |
Gets the IceUfragAttribute associated with this MediaDescription
| |
| IsApplication |
Gets whether this media description represents an application stream
(media type == "application").
| |
| IsAudio |
Gets whether this media description represents an audio stream
(media type == "audio").
| |
| IsMessage |
Gets whether this media description represents a message stream
(media type == "message").
| |
| IsText |
Gets whether this media description represents a text stream
(media type == "text").
| |
| IsVideo |
Gets whether this media description represents a video stream
(media type == "video").
| |
| Media |
Gets or sets the media name and transport address.
| |
| MediaAttributes |
Gets the array of media-level attributes.
| |
| MediaTitle |
Gets or sets the media title.
| |
| QualityAttribute |
Gets or sets the QualityAttribute associated with this MediaDescription.
| |
| RtcpAttribute |
Gets or sets Rtcp Attributes associated with this media description.
| |
| RtcpMultiplexingSupported |
Gets a value indicating support for RTCP Multiplexing.
| |
| SctpMapAttribute |
Gets the Sctp Map Attribute, if it is present in the Media Description.
| |
| SctpMaxMessageSizeAttribute |
Gets the Sctp Max Message Size Attribute, if it is present in the Media Description.
| |
| SetupAttribute |
Gets or sets the SetupAttribute associated with this MediaDescription.
| |
| StreamDirection |
Gets or sets the stream direction indicated in Media Description. Getter returns StreamDirection if DirectionAttribute is present; otherwise, returns StreamDirection.Unset.
| |
| SupportsRtcpMultiplexing |
Gets a value stating whether this media description indicates RTCP Multiplexing support
|