FMIceLinkSdpBandwidth Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpBandwidth.h
FMIceLinkSdpBandwidth.m

Overview

An SDP bandwidth element.

– bandwidthType

Gets the type of bandwidth. See FMIceLinkSdpBandwidth#bandwidthType for possible values.
- (NSString *)bandwidthType

Discussion

Gets the type of bandwidth. See FMIceLinkSdpBandwidth#bandwidthType for possible values.

Declared In

FMIceLinkSdpBandwidth.h

+ bandwidthWithBandwidthType:value:

Initializes a new instance of the FMIceLinkSdpBandwidth class.
+ (FMIceLinkSdpBandwidth *)bandwidthWithBandwidthType:(NSString *)bandwidthType value:(long long)value

Parameters

bandwidthType

The type of bandwidth. See FMIceLinkSdpBandwidth#bandwidthType for possible values.

value

The bandwidth, typically in kilobits per second.

Discussion

Initializes a new instance of the FMIceLinkSdpBandwidth class.

Declared In

FMIceLinkSdpBandwidth.h

– description

Converts this instance to a string.
- (NSString *)description

Discussion

Converts this instance to a string.

Declared In

FMIceLinkSdpBandwidth.h

– initWithBandwidthType:value:

Initializes a new instance of the FMIceLinkSdpBandwidth class.
- (instancetype)initWithBandwidthType:(NSString *)bandwidthType value:(long long)value

Parameters

bandwidthType

The type of bandwidth. See FMIceLinkSdpBandwidth#bandwidthType for possible values.

value

The bandwidth, typically in kilobits per second.

Discussion

Initializes a new instance of the FMIceLinkSdpBandwidth class.

Declared In

FMIceLinkSdpBandwidth.h

+ parseWithS:

Creates an FMIceLinkSdpBandwidth instance from a string.
+ (FMIceLinkSdpBandwidth *)parseWithS:(NSString *)s

Parameters

s

The string to parse.

Discussion

Creates an FMIceLinkSdpBandwidth instance from a string.

Declared In

FMIceLinkSdpBandwidth.h

– value

Gets the bandwidth, typically in kilobits per second.
- (long long)value

Discussion

Gets the bandwidth, typically in kilobits per second.

Declared In

FMIceLinkSdpBandwidth.h