Class FeedbackAttributeType
A feedback attribute type.
Inheritance
System.Object
FeedbackAttributeType
Namespace: FM.LiveSwitch.Sdp.Rtcp
Assembly: FM.LiveSwitch.dll
Syntax
public class FeedbackAttributeType : object
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 |