AudioEncoderSettings


@UnstableApi
class AudioEncoderSettings


Represents the audio encoder settings.

Summary

Nested types

Builds AudioEncoderSettings instances.

Constants

const AudioEncoderSettings!

A default AudioEncoderSettings.

const Int

A value for various fields to indicate that the field's value is unknown or not applicable.

Public properties

Int

The encoding bitrate in bits per second.

Int

The encoding profile.

Constants

DEFAULT

const val DEFAULTAudioEncoderSettings!

A default AudioEncoderSettings.

NO_VALUE

const val NO_VALUE = -1: Int

A value for various fields to indicate that the field's value is unknown or not applicable.

Public properties

bitrate

val bitrateInt

The encoding bitrate in bits per second.

profile

val profileInt

The encoding profile.