FMLiveSwitchSdpBandwidthType Class Reference

Defines valid SDP bandwidth types. More...

Class Methods

(NSString *) + applicationSpecific
 Gets the SDP bandwidth type meaning "Application Specific". More...
 
(NSString *) + conferenceTotal
 Gets the SDP bandwidth type meaning "Conference Total". More...
 
(NSString *) + rtcpReceivers
 Gets the SDP bandwidth type meaning "RTCP Receivers". More...
 
(NSString *) + rtcpSenders
 Gets the SDP bandwidth type meaning "RTCP Senders". More...
 
(NSString *) + transportIndependentApplicationSpecificMaximum
 Gets the SDP bandwidth type meaning "Transport Independent Application Specific Maximum". More...
 

Detailed Description

Defines valid SDP bandwidth types.

Method Documentation

◆ applicationSpecific

+ (NSString*) applicationSpecific

Gets the SDP bandwidth type meaning "Application Specific".

◆ conferenceTotal

+ (NSString*) conferenceTotal

Gets the SDP bandwidth type meaning "Conference Total".

◆ rtcpReceivers

+ (NSString*) rtcpReceivers

Gets the SDP bandwidth type meaning "RTCP Receivers".

◆ rtcpSenders

+ (NSString*) rtcpSenders

Gets the SDP bandwidth type meaning "RTCP Senders".

◆ transportIndependentApplicationSpecificMaximum

+ (NSString*) transportIndependentApplicationSpecificMaximum

Gets the SDP bandwidth type meaning "Transport Independent Application Specific Maximum".