Known

data class Known(val supportedFormats: List<AudioFormat>, val defaultFormat: AudioFormat) : AudioFormatSupport

Represents the case where the platform can provide a definitive list of supported formats and a default format. (e.g., JVM)

Constructors

Link copied to clipboard
constructor(supportedFormats: List<AudioFormat>, defaultFormat: AudioFormat)

Properties

Link copied to clipboard
open override val defaultFormat: AudioFormat
Link copied to clipboard