FMIceLinkOpusBandwidth Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkOpusBandwidth.h FMIceLinkOpusBandwidth.m  | 
Overview
Audio bandwidths for Opus, used when updating the "OPUS_SET_BANDWIDTH" (EncoderConfig.Bandwidth) or
"OPUS_SET_MAX_BANDWIDTH" (EncoderConfig.MaxBandwidth) configuration.
					+ auto
	
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_AUTO".
			+ (FMIceLinkOpusBandwidth *)autoDiscussion
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_AUTO".
			Declared In
FMIceLinkOpusBandwidth.h
+ fullBand
	
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_FULLBAND".
			+ (FMIceLinkOpusBandwidth *)fullBandDiscussion
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_FULLBAND".
			Declared In
FMIceLinkOpusBandwidth.h
+ mediumBand
	
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_MEDIUMBAND".
			+ (FMIceLinkOpusBandwidth *)mediumBandDiscussion
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_MEDIUMBAND".
			Declared In
FMIceLinkOpusBandwidth.h
+ narrowBand
	
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_NARROWBAND".
			+ (FMIceLinkOpusBandwidth *)narrowBandDiscussion
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_NARROWBAND".
			Declared In
FMIceLinkOpusBandwidth.h
+ superWideBand
	
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND".
			+ (FMIceLinkOpusBandwidth *)superWideBandDiscussion
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_SUPERWIDEBAND".
			Declared In
FMIceLinkOpusBandwidth.h
– value
	
Gets the internal integer value representation of this signal.
			- (int)valueDiscussion
Gets the internal integer value representation of this signal.
			Declared In
FMIceLinkOpusBandwidth.h
+ wideBand
	
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_WIDEBAND".
			+ (FMIceLinkOpusBandwidth *)wideBandDiscussion
Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_WIDEBAND".
			Declared In
FMIceLinkOpusBandwidth.h