AudioDecodingProps

data class AudioDecodingProps(    val exactTimings: Boolean? = null,     val readInMemory: Boolean = true,     val formats: AudioFormat? = null,     val maxSamples: Int = 15 * 60 * 44100,     val dispatcher: CoroutineDispatcher? = null) : Extra

Constructors

Link copied to clipboard
constructor(    exactTimings: Boolean? = null,     readInMemory: Boolean = true,     formats: AudioFormat? = null,     maxSamples: Int = 15 * 60 * 44100,     dispatcher: CoroutineDispatcher? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dispatcher: CoroutineDispatcher? = null
Link copied to clipboard
val exactTimings: Boolean? = null
Link copied to clipboard
open override var extra: ExtraType
Link copied to clipboard
val formats: AudioFormat? = null
Link copied to clipboard
Link copied to clipboard
val readInMemory: Boolean = true