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 *)audioDiscussion
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 *)restrictedLowDelayDiscussion
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)valueDiscussion
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 *)voipDiscussion
Gets an application type of Opus "OPUS_APPLICATION_VOIP".
			Declared In
FMIceLinkOpusApplicationType.h