Setting

data class Setting(codec: AudioCodec? = null) : Codec.Setting

Constructors

Link copied to clipboard
constructor(codec: AudioCodec? = null)

Properties

Link copied to clipboard

The bitRate of audio output.

Link copied to clipboard

The channel of audio output.

Link copied to clipboard

Specifies the MediaCodec's MediaFormat options if necessary.

Link copied to clipboard

The sampleRate of audio output.