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)
Represents the case where the platform can provide a definitive list of supported formats and a default format. (e.g., JVM)