FMLiveSwitchOpusExpertFrameDuration Class Reference

Frame durations for Opus, used when updating the "OPUS_SET_EXPERT_FRAME_DURATION_REQUEST" (EncoderConfig.ExpertFrameDuration) configuration. More...

Instance Methods

(int) - value
 Gets the internal integer value representation of this frame duration. More...
 

Class Methods

(FMLiveSwitchOpusExpertFrameDuration *) + argument
 Gets a frame duration of Opus "OPUS_FRAMESIZE_ARG". More...
 
(FMLiveSwitchOpusExpertFrameDuration *) + size10ms
 Gets a frame duration of Opus "OPUS_FRAMESIZE_10_MS". More...
 
(FMLiveSwitchOpusExpertFrameDuration *) + size2_5ms
 Gets a frame duration of Opus "OPUS_FRAMESIZE_2_5_MS". More...
 
(FMLiveSwitchOpusExpertFrameDuration *) + size20ms
 Gets a frame duration of Opus "OPUS_FRAMESIZE_20_MS". More...
 
(FMLiveSwitchOpusExpertFrameDuration *) + size40ms
 Gets a frame duration of Opus "OPUS_FRAMESIZE_40_MS". More...
 
(FMLiveSwitchOpusExpertFrameDuration *) + size5ms
 Gets a frame duration of Opus "OPUS_FRAMESIZE_5_MS". More...
 
(FMLiveSwitchOpusExpertFrameDuration *) + size60ms
 Gets a frame duration of Opus "OPUS_FRAMESIZE_60_MS". More...
 
(FMLiveSwitchOpusExpertFrameDuration *) + variable
 Gets a frame duration of Opus "OPUS_FRAMESIZE_VARIABLE". More...
 

Detailed Description

Frame durations for Opus, used when updating the "OPUS_SET_EXPERT_FRAME_DURATION_REQUEST" (EncoderConfig.ExpertFrameDuration) configuration.

Method Documentation

◆ argument

Gets a frame duration of Opus "OPUS_FRAMESIZE_ARG".

◆ size10ms

Gets a frame duration of Opus "OPUS_FRAMESIZE_10_MS".

◆ size20ms

Gets a frame duration of Opus "OPUS_FRAMESIZE_20_MS".

◆ size2_5ms

Gets a frame duration of Opus "OPUS_FRAMESIZE_2_5_MS".

◆ size40ms

Gets a frame duration of Opus "OPUS_FRAMESIZE_40_MS".

◆ size5ms

Gets a frame duration of Opus "OPUS_FRAMESIZE_5_MS".

◆ size60ms

Gets a frame duration of Opus "OPUS_FRAMESIZE_60_MS".

◆ value

- (int) value

Gets the internal integer value representation of this frame duration.

◆ variable

Gets a frame duration of Opus "OPUS_FRAMESIZE_VARIABLE".