Click or drag to resize

FeedbackAttribute Class

This attribute is used to indicate the capability of using RTCP feedback.
Inheritance Hierarchy
SystemObject
  FM.IceLink.SdpAttribute
    FM.IceLink.Sdp.RtcpFeedbackAttribute

Namespace:  FM.IceLink.Sdp.Rtcp
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The FeedbackAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFeedbackAttribute(Int32, String)
Initializes a new instance of the FeedbackAttribute class.
Public methodFeedbackAttribute(Int32, String, String)
Initializes a new instance of the FeedbackAttribute class.
Top
Properties
  NameDescription
Public propertyAttributeType
Gets or sets this Attribute's Type.
(Inherited from Attribute.)
Public propertyPayloadType
Gets or sets the payload type.
Public propertySubType
Gets or sets the sub-type.
Public propertyType
Gets or sets the type.
Public propertyStatic memberWildcardPayloadType
Gets the payload type that represents wildcard feedback attributes ('*').
Top
Methods
  NameDescription
Public methodStatic memberCcmFirAttribute
Creates a "ccm fir" feedback attribute.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the FeedbackAttribute class.
Protected methodGetAttributeValue
Gets the internal value of the attribute.
(Overrides AttributeGetAttributeValue.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNackAttribute
Creates a "nack" feedback attribute.
Public methodStatic memberNackPliAttribute
Creates a "nack pli" feedback attribute.
Public methodStatic memberNackRpsiAttribute
Creates a "nack rpsi" feedback attribute.
Public methodStatic memberNackSliAttribute
Creates a "nack sli" feedback attribute.
Public methodStatic memberRembAttribute
Creates a "goog-remb" feedback attribute.
Public methodToString
Converts this instance to a string.
(Inherited from Attribute.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also