FMIceLinkOpusApplicationType Class Reference

Inherits from NSObject
Declared in FMIceLinkOpusApplicationType.h
FMIceLinkOpusApplicationType.m

Overview

Application types for Opus, used when updating the "OPUS_SET_APPLICATION" (EncoderConfig.Application) configuration.

+ audio

Gets an application type of Opus "OPUS_APPLICATION_AUDIO".
+ (FMIceLinkOpusApplicationType *)audio

Discussion

Gets an application type of Opus "OPUS_APPLICATION_AUDIO".

Declared In

FMIceLinkOpusApplicationType.h

+ restrictedLowDelay

Gets an application type of Opus "OPUS_APPLICATION_RESTRICTED_LOWDELAY".
+ (FMIceLinkOpusApplicationType *)restrictedLowDelay

Discussion

Gets an application type of Opus "OPUS_APPLICATION_RESTRICTED_LOWDELAY".

Declared In

FMIceLinkOpusApplicationType.h

– value

Gets the internal integer value representation of this application type.
- (int)value

Discussion

Gets the internal integer value representation of this application type.

Declared In

FMIceLinkOpusApplicationType.h

+ voip

Gets an application type of Opus "OPUS_APPLICATION_VOIP".
+ (FMIceLinkOpusApplicationType *)voip

Discussion

Gets an application type of Opus "OPUS_APPLICATION_VOIP".

Declared In

FMIceLinkOpusApplicationType.h