FlacSettings

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.

Link copied to clipboard

Specify the number of channels in this output audio track. Choosing Mono on the console gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are between 1 and 8.

Link copied to clipboard

Sample rate in Hz.

Functions

Link copied to clipboard
inline fun copy(block: FlacSettings.Builder.() -> Unit = {}): FlacSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String