FMIceLinkOpusExpertFrameDuration Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkOpusExpertFrameDuration.h FMIceLinkOpusExpertFrameDuration.m  | 
Overview
Frame durations for Opus, used when updating the "OPUS_SET_EXPERT_FRAME_DURATION_REQUEST"
(EncoderConfig.ExpertFrameDuration) configuration.
					+ argument
	
Gets a frame duration of Opus "OPUS_FRAMESIZE_ARG".
			+ (FMIceLinkOpusExpertFrameDuration *)argumentDiscussion
Gets a frame duration of Opus "OPUS_FRAMESIZE_ARG".
			Declared In
FMIceLinkOpusExpertFrameDuration.h
+ size10ms
	
Gets a frame duration of Opus "OPUS_FRAMESIZE_10_MS".
			+ (FMIceLinkOpusExpertFrameDuration *)size10msDiscussion
Gets a frame duration of Opus "OPUS_FRAMESIZE_10_MS".
			Declared In
FMIceLinkOpusExpertFrameDuration.h
+ size2_5ms
	
Gets a frame duration of Opus "OPUS_FRAMESIZE_2_5_MS".
			+ (FMIceLinkOpusExpertFrameDuration *)size2_5msDiscussion
Gets a frame duration of Opus "OPUS_FRAMESIZE_2_5_MS".
			Declared In
FMIceLinkOpusExpertFrameDuration.h
+ size20ms
	
Gets a frame duration of Opus "OPUS_FRAMESIZE_20_MS".
			+ (FMIceLinkOpusExpertFrameDuration *)size20msDiscussion
Gets a frame duration of Opus "OPUS_FRAMESIZE_20_MS".
			Declared In
FMIceLinkOpusExpertFrameDuration.h
+ size40ms
	
Gets a frame duration of Opus "OPUS_FRAMESIZE_40_MS".
			+ (FMIceLinkOpusExpertFrameDuration *)size40msDiscussion
Gets a frame duration of Opus "OPUS_FRAMESIZE_40_MS".
			Declared In
FMIceLinkOpusExpertFrameDuration.h
+ size5ms
	
Gets a frame duration of Opus "OPUS_FRAMESIZE_5_MS".
			+ (FMIceLinkOpusExpertFrameDuration *)size5msDiscussion
Gets a frame duration of Opus "OPUS_FRAMESIZE_5_MS".
			Declared In
FMIceLinkOpusExpertFrameDuration.h
+ size60ms
	
Gets a frame duration of Opus "OPUS_FRAMESIZE_60_MS".
			+ (FMIceLinkOpusExpertFrameDuration *)size60msDiscussion
Gets a frame duration of Opus "OPUS_FRAMESIZE_60_MS".
			Declared In
FMIceLinkOpusExpertFrameDuration.h
– value
	
Gets the internal integer value representation of this frame duration.
			- (int)valueDiscussion
Gets the internal integer value representation of this frame duration.
			Declared In
FMIceLinkOpusExpertFrameDuration.h
+ variable
	
Gets a frame duration of Opus "OPUS_FRAMESIZE_VARIABLE".
			+ (FMIceLinkOpusExpertFrameDuration *)variableDiscussion
Gets a frame duration of Opus "OPUS_FRAMESIZE_VARIABLE".
			Declared In
FMIceLinkOpusExpertFrameDuration.h