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. Valid values are 0, 1, and even numbers up to 8. Choose 0 to follow the number of channels from your input audio. Otherwise, manually choose from 1, 2, 4, 6, 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