MapAttribute Class |
Namespace: FM.IceLink.Sdp.Rtp
The MapAttribute type exposes the following members.
Name | Description | |
---|---|---|
MapAttribute(Int32, String, Int32) |
Initializes a new instance of the MapAttribute class.
| |
MapAttribute(Int32, String, Int32, String) |
Initializes a new instance of the MapAttribute class.
|
Name | Description | |
---|---|---|
AttributeType |
Gets or sets this Attribute's Type.
(Inherited from Attribute.) | |
ClockRate |
Gets or sets the payload clock rate.
| |
FormatName |
Gets or sets the format name denoting the payload format to be used.
| |
FormatParameters |
Gets or sets format parameters for the payload.
| |
PayloadType |
Gets or sets the RTP payload type number.
| |
RelatedFormatParametersAttribute |
Gets or sets Format Parameters attribute associated with this Map Attribute
| |
RelatedRtcpFeedbackAttributes |
Gets Rtcp Feedback attributes associated with this Map Attribute.
|
Name | Description | |
---|---|---|
AddRelatedRtcpFeedbackAttribute |
Adds an Rtcp Feedback attribute associated with this Map Attribute.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromAttributeValue |
Initializes a new instance of the MapAttribute class.
| |
GetAttributeValue |
Gets the internal value of the attribute.
(Overrides AttributeGetAttributeValue.) | |
GetHashCode | (Inherited from Object.) | |
GetRelatedCcmFirFeedbackAttribute |
Gets the RTCP "ccm fir" feedback attribute associated with this payload type.
| |
GetRelatedNackFeedbackAttribute |
Gets the RTCP "nack" feedback attribute associated with this payload type.
| |
GetRelatedNackPliFeedbackAttribute |
Gets the RTCP "nack pli" feedback attribute associated with this payload type.
| |
GetRelatedNackRpsiFeedbackAttribute |
Gets the RTCP "nack rpsi" feedback attribute associated with this payload type.
| |
GetRelatedNackSliFeedbackAttribute |
Gets the RTCP "nack sli" feedback attribute associated with this payload type.
| |
GetRelatedRembFeedbackAttribute |
Gets the RTCP "goog-remb" feedback attribute associated with this payload type.
| |
GetRelatedRtcpFeedbackAttribute(String, String) |
Gets the RTCP feedback attribute for the given type and subtype associated with this payload type.
| |
GetRelatedRtcpFeedbackAttribute(Int32, String, String) |
Gets the RTCP feedback attribute for the given payload type, type and subtype associated with this payload type.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveRelatedRtcpFeedbackAttribute |
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.
| |
ResetRtcpFeedbackAttributes |
Resets Rtcp Feedback attributes associated with this Map Attribute.
| |
ToString |
Converts this instance to a string.
(Inherited from Attribute.) |