korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-audio
/
korlibs.audio.format
/
BaseMinimp3AudioFormat
/
BaseMp3Decoder
Base
Mp3Decoder
interface
BaseMp3Decoder
:
AutoCloseable
Members
Properties
info
Link copied to clipboard
abstract
val
info
:
BaseMinimp3AudioFormat.BaseMp3DecoderInfo
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
decode
Frame
Link copied to clipboard
abstract
fun
decodeFrame
(
availablePeek
:
Int
)
:
ShortArray
?