fm.liveswitch.sdp.rtcp.FeedbackAttributeType Class Reference

A feedback attribute type. More...

Public Member Functions

 FeedbackAttributeType ()
 

Static Public Member Functions

static String getAck ()
 Gets the "positive acknowledgement" type. More...
 
static String getApp ()
 Gets the application-defined type. More...
 
static String getCcm ()
 Gets the "codec control message" type. More...
 
static String getNack ()
 Gets the "negative acknowledgement" type. More...
 
static String getRemb ()
 Gets the "receiver estimated maximum bitrate" type. More...
 
static String getTransportCC ()
 Gets the "transport congestion control" type. More...
 

Detailed Description

A feedback attribute type.

Constructor & Destructor Documentation

◆ FeedbackAttributeType()

fm.liveswitch.sdp.rtcp.FeedbackAttributeType.FeedbackAttributeType ( )

Member Function Documentation

◆ getAck()

static String fm.liveswitch.sdp.rtcp.FeedbackAttributeType.getAck ( )
static

Gets the "positive acknowledgement" type.

◆ getApp()

static String fm.liveswitch.sdp.rtcp.FeedbackAttributeType.getApp ( )
static

Gets the application-defined type.

◆ getCcm()

static String fm.liveswitch.sdp.rtcp.FeedbackAttributeType.getCcm ( )
static

Gets the "codec control message" type.

◆ getNack()

static String fm.liveswitch.sdp.rtcp.FeedbackAttributeType.getNack ( )
static

Gets the "negative acknowledgement" type.

◆ getRemb()

static String fm.liveswitch.sdp.rtcp.FeedbackAttributeType.getRemb ( )
static

Gets the "receiver estimated maximum bitrate" type.

◆ getTransportCC()

static String fm.liveswitch.sdp.rtcp.FeedbackAttributeType.getTransportCC ( )
static

Gets the "transport congestion control" type.