toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
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
(
rate
:
Int
=
44100
)
:
MP3Base.SeekingTable