FMIceLinkSdpBandwidth Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpBandwidth.h FMIceLinkSdpBandwidth.m  | 
– bandwidthType
	
Gets the type of bandwidth. See FMIceLinkSdpBandwidth#bandwidthType for possible values.
			- (NSString *)bandwidthTypeDiscussion
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)valueParameters
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 *)descriptionDiscussion
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)valueParameters
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 *)sParameters
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)valueDiscussion
Gets the bandwidth, typically in kilobits per second.
			Declared In
FMIceLinkSdpBandwidth.h