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... | |
An SDP bandwidth element.
- (NSString*) bandwidthType |
Gets the type of bandwidth.
See bandwidthType for possible values.
+ (FMLiveSwitchSdpBandwidth*) bandwidthWithBandwidthType: | (NSString *) | bandwidthType | |
value: | (long long) | value | |
Initializes a new instance of the FMLiveSwitchSdpBandwidth class.
bandwidthType | The type of bandwidth. See bandwidthType for possible values. |
value | The bandwidth, typically in kilobits per second. |
- (NSString*) description |
Converts this instance to a string.
- (instancetype) initWithBandwidthType: | (NSString *) | bandwidthType | |
value: | (long long) | value | |
Initializes a new instance of the FMLiveSwitchSdpBandwidth class.
bandwidthType | The type of bandwidth. See bandwidthType for possible values. |
value | The bandwidth, typically in kilobits per second. |
+ (FMLiveSwitchSdpBandwidth*) parseWithS: | (NSString *) | s |
Creates an FMLiveSwitchSdpBandwidth instance from a string.
s | The string to parse. |
- (long long) value |
Gets the bandwidth, typically in kilobits per second.