MediaDescription Methods |
The MediaDescription type exposes the following members.
Name | Description | |
---|---|---|
AddBandwidth |
Adds a proposed bandwidth.
| |
AddMediaAttribute |
Adds a media-level attribute.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCandidateAttributes |
Obtains Ice Candidate attributes associated with this media description.
| |
GetCcmFirFeedbackAttribute |
Gets the RTCP "ccm fir" feedback attribute for the given payload type.
| |
GetFormatParametersAttribute |
Gets the format parameters attribute for the given payload type.
| |
GetHashCode | (Inherited from Object.) | |
GetIceOptionAttributes |
Obtains Ice Options attributes associated with this media description.
| |
GetMaxPacketTimeAttribute |
Obtains the maximum packet time attribute.
| |
GetNackFeedbackAttribute |
Gets the RTCP "nack" feedback attribute for the given payload type.
| |
GetNackPliFeedbackAttribute |
Gets the RTCP "nack pli" feedback attribute for the given payload type.
| |
GetNackRpsiFeedbackAttribute |
Gets the RTCP "nack rpsi" feedback attribute for the given payload type.
| |
GetNackSliFeedbackAttribute |
Gets the RTCP "nack sli" feedback attribute for the given payload type.
| |
GetPacketTimeAttribute |
Obtains the packet time attribute.
| |
GetRtcpFeedbackAttribute |
Gets the RTCP feedback attribute for the given payload type.
| |
GetRtpExtMapAttributes |
Obtains the RTP ext-map attributes.
| |
GetRtpMapAttribute(String, Int32, String) |
Obtains the RTP map attribute for a given format.
| |
GetRtpMapAttribute(String, Int32, String, Int32) |
Obtains the RTP map attribute for a given format.
| |
GetRtpMapAttributes |
Obtains the RTP map attributes.
| |
GetRtpMapAttributes(String, Int32, String) |
Obtains the RTP map attributes for a given format.
| |
GetRtpMapAttributes(String, Int32, String, Int32) |
Obtains the RTP map attributes for a given format.
| |
GetSsrcAttribute |
Obtains the SSRC attribute matching a given synchronization source, name, and value.
| |
GetSsrcAttributes |
Obtains the SSRC attributes.
| |
GetSsrcAttributes(Int64) |
Obtains the SSRC attributes matching a given synchronization source.
| |
GetSsrcAttributes(Int64, String) |
Obtains the SSRC attributes matching a given synchronization source and name.
| |
GetType | (Inherited from Object.) | |
InsertCcmFirAttribute |
Inserts a CCM-FIR attribute for the given format
if it doesn't already exist.
| |
InsertMediaAttribute |
DEPRECATED: Use AddMediaAttribute instead.
Inserts a media-level attribute at the given index.
| |
InsertNackPliAttribute |
Inserts a NACK-PLI attribute for the given format
if it doesn't already exist.
| |
InsertRembAttribute |
Inserts a REMB attribute for the given format if it doesn't already exist.
| |
MemberwiseClone | (Inherited from Object.) | |
Parse |
Creates an MediaDescription instance from a string.
| |
RemoveBandwidth |
Removes a proposed bandwidth.
| |
RemoveMediaAttribute |
Removes a media-level attribute.
| |
SupportsIce |
Gets a value indicating whether this SDP MediaDescription suggests support for ICE.
| |
ToString |
Converts this instance to a string.
(Overrides ObjectToString.) | |
UpdateQualityAttributeValue |
Updates SDP Quality Attribute associated with this media description if one is present. Otherwise,
creates a new one and inserts it into this media description.
|