Click or drag to resize

MapAttribute Methods

The MapAttribute type exposes the following members.

Methods
  NameDescription
Public methodAddRelatedRtcpFeedbackAttribute
Adds an Rtcp Feedback attribute associated with this Map Attribute.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the MapAttribute class.
Protected methodGetAttributeValue
Gets the internal value of the attribute.
(Overrides AttributeGetAttributeValue.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRelatedCcmFirFeedbackAttribute
Gets the RTCP "ccm fir" feedback attribute associated with this payload type.
Public methodGetRelatedNackFeedbackAttribute
Gets the RTCP "nack" feedback attribute associated with this payload type.
Public methodGetRelatedNackPliFeedbackAttribute
Gets the RTCP "nack pli" feedback attribute associated with this payload type.
Public methodGetRelatedNackRpsiFeedbackAttribute
Gets the RTCP "nack rpsi" feedback attribute associated with this payload type.
Public methodGetRelatedNackSliFeedbackAttribute
Gets the RTCP "nack sli" feedback attribute associated with this payload type.
Public methodGetRelatedRembFeedbackAttribute
Gets the RTCP "goog-remb" feedback attribute associated with this payload type.
Public methodGetRelatedRtcpFeedbackAttribute(String, String)
Gets the RTCP feedback attribute for the given type and subtype associated with this payload type.
Public methodGetRelatedRtcpFeedbackAttribute(Int32, String, String)
Gets the RTCP feedback attribute for the given payload type, type and subtype associated with this payload type.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRelatedRtcpFeedbackAttribute
Removes an Rtcp Feedback attribute associated with this Map Attribute. Returns true if the attribute was reomved; if the attribute was not present, returns false.
Public methodResetRtcpFeedbackAttributes
Resets Rtcp Feedback attributes associated with this Map Attribute.
Public methodToString
Converts this instance to a string.
(Inherited from Attribute.)
Top
See Also