FMLiveSwitchSdpBandwidth Class Reference

An SDP bandwidth element. More...

Instance Methods

(NSString *) - bandwidthType
 Gets the type of bandwidth. More...
 
(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - initWithBandwidthType:value:
 Initializes a new instance of the FMLiveSwitchSdpBandwidth class. More...
 
(long long) - value
 Gets the bandwidth, typically in kilobits per second. More...
 

Class Methods

(FMLiveSwitchSdpBandwidth *) + bandwidthWithBandwidthType:value:
 Initializes a new instance of the FMLiveSwitchSdpBandwidth class. More...
 
(FMLiveSwitchSdpBandwidth *) + parseWithS:
 Creates an FMLiveSwitchSdpBandwidth instance from a string. More...
 

Detailed Description

An SDP bandwidth element.

Method Documentation

◆ bandwidthType

- (NSString*) bandwidthType

Gets the type of bandwidth.

See bandwidthType for possible values.

◆ bandwidthWithBandwidthType:value:

+ (FMLiveSwitchSdpBandwidth*) bandwidthWithBandwidthType: (NSString *)  bandwidthType
value: (long long)  value 

Initializes a new instance of the FMLiveSwitchSdpBandwidth class.

Parameters
bandwidthTypeThe type of bandwidth. See bandwidthType for possible values.
valueThe bandwidth, typically in kilobits per second.

◆ description

- (NSString*) description

Converts this instance to a string.

◆ initWithBandwidthType:value:

- (instancetype) initWithBandwidthType: (NSString *)  bandwidthType
value: (long long)  value 

Initializes a new instance of the FMLiveSwitchSdpBandwidth class.

Parameters
bandwidthTypeThe type of bandwidth. See bandwidthType for possible values.
valueThe bandwidth, typically in kilobits per second.

◆ parseWithS:

+ (FMLiveSwitchSdpBandwidth*) parseWithS: (NSString *)  s

Creates an FMLiveSwitchSdpBandwidth instance from a string.

Parameters
sThe string to parse.

◆ value

- (long long) value

Gets the bandwidth, typically in kilobits per second.