WavSettings

Wav Settings

Types

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

Properties

Link copied to clipboard

Bits per sample.

Link copied to clipboard

The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.

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