WavSettings

Required when you set Codec to the value WAV.

Types

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

Properties

Link copied to clipboard

Specify Bit depth, 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 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.

Link copied to clipboard

Specify the file format for your wave audio output. To use a RIFF wave format: Keep the default value, RIFF. If your output audio is likely to exceed 4GB in file size, or if you otherwise need the extended support of the RF64 format: Choose RF64. If your player only supports the extensible wave format: Choose Extensible.

Link copied to clipboard

Sample rate in Hz.

Functions

Link copied to clipboard
inline fun copy(block: WavSettings.Builder.() -> Unit = {}): WavSettings
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