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

Discussion

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

Discussion

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_5ms

Discussion

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

Discussion

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

Discussion

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

Discussion

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

Discussion

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

Discussion

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

Discussion

Gets a frame duration of Opus "OPUS_FRAMESIZE_VARIABLE".

Declared In

FMIceLinkOpusExpertFrameDuration.h