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
/
SeekingTable
Seeking
Table
class
SeekingTable
(
val
microseconds
:
DoubleArrayList
,
val
filePositions
:
DoubleArrayList
)
Members
Constructors
Seeking
Table
Link copied to clipboard
constructor
(
microseconds
:
DoubleArrayList
,
filePositions
:
DoubleArrayList
)
Properties
file
Positions
Link copied to clipboard
val
filePositions
:
DoubleArrayList
length
Time
Link copied to clipboard
val
lengthTime
:
Duration
microseconds
Link copied to clipboard
val
microseconds
:
DoubleArrayList
Functions
length
Samples
Link copied to clipboard
fun
lengthSamples
(
rate
:
Int
)
:
Long
locate
Link copied to clipboard
fun
locate
(
time
:
Duration
)
:
Long
locate
Sample
Link copied to clipboard
fun
locateSample
(
sample
:
Long
,
rate
:
Int
)
:
Long