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
/
MP3Base
/
Parser
Parser
class
Parser
(
val
data
:
AsyncStream
,
val
dataLength
:
Long
)
Members
Constructors
Parser
Link copied to clipboard
constructor
(
data
:
AsyncStream
,
dataLength
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
val
data
:
AsyncStream
data
Length
Link copied to clipboard
val
dataLength
:
Long
info
Link copied to clipboard
var
info
:
MP3Base.Parser.Companion.Mp3Info
?
Functions
get
Duration
Estimate
Link copied to clipboard
suspend
fun
getDurationEstimate
(
)
:
Duration
get
Duration
Exact
Link copied to clipboard
suspend
fun
getDurationExact
(
)
:
Duration
get
Seeking
Table
Link copied to clipboard
suspend
fun
getSeekingTable
(
)
:
MP3Base.SeekingTable