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 *)auto

Discussion

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 *)fullBand

Discussion

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 *)mediumBand

Discussion

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 *)narrowBand

Discussion

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 *)superWideBand

Discussion

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)value

Discussion

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 *)wideBand

Discussion

Gets a [bandwidth](#//api/name/bandwidth) of Opus "OPUS_BANDWIDTH_WIDEBAND".

Declared In

FMIceLinkOpusBandwidth.h