toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.audio.format
/
MP3Base
/
SeekingTable
Seeking
Table
class
SeekingTable
(
val
microseconds
:
DoubleArrayList
,
val
filePositions
:
DoubleArrayList
,
val
rate
:
Int
=
44100
)
Members
Constructors
Seeking
Table
Link copied to clipboard
constructor
(
microseconds
:
DoubleArrayList
,
filePositions
:
DoubleArrayList
,
rate
:
Int
=
44100
)
Properties
file
Positions
Link copied to clipboard
val
filePositions
:
DoubleArrayList
length
Samples
Link copied to clipboard
val
lengthSamples
:
Long
length
Time
Link copied to clipboard
val
lengthTime
:
TimeSpan
microseconds
Link copied to clipboard
val
microseconds
:
DoubleArrayList
rate
Link copied to clipboard
val
rate
:
Int
=
44100
Functions
locate
Link copied to clipboard
fun
locate
(
time
:
TimeSpan
)
:
Long
locate
Sample
Link copied to clipboard
fun
locateSample
(
sample
:
Long
)
:
Long