Class FeedbackAttributeType
A feedback attribute type.
Inheritance
System.Object
FeedbackAttributeType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Sdp.Rtcp
Assembly: FM.LiveSwitch.dll
Syntax
public class FeedbackAttributeType
Properties
Ack
Gets the "positive acknowledgement" type.
Declaration
public static string Ack { get; }
Property Value
Type | Description |
---|---|
System.String |
App
Gets the application-defined type.
Declaration
public static string App { get; }
Property Value
Type | Description |
---|---|
System.String |
Ccm
Gets the "codec control message" type.
Declaration
public static string Ccm { get; }
Property Value
Type | Description |
---|---|
System.String |
Nack
Gets the "negative acknowledgement" type.
Declaration
public static string Nack { get; }
Property Value
Type | Description |
---|---|
System.String |
Remb
Gets the "receiver estimated maximum bitrate" type.
Declaration
public static string Remb { get; }
Property Value
Type | Description |
---|---|
System.String |
TransportCC
Gets the "transport congestion control" type.
Declaration
public static string TransportCC { get; }
Property Value
Type | Description |
---|---|
System.String |