toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.audio.format
/
BaseMinimp3AudioFormat
/
BaseMp3DecoderInfo
Base
Mp3Decoder
Info
class
BaseMp3DecoderInfo
Members
Constructors
Base
Mp3Decoder
Info
Link copied to clipboard
constructor
(
)
Properties
bitrate_kbps
Link copied to clipboard
var
bitrate_kbps
:
Int
compressed
Data
Link copied to clipboard
val
compressedData
:
ByteArrayDeque
frame_bytes
Link copied to clipboard
var
frame_bytes
:
Int
hz
Link copied to clipboard
var
hz
:
Int
nchannels
Link copied to clipboard
var
nchannels
:
Int
pcm
Deque
Link copied to clipboard
var
pcmDeque
:
AudioSamplesDeque
?
samples
Link copied to clipboard
var
samples
:
Int
samples
Available
Link copied to clipboard
var
samplesAvailable
:
Int
samples
Read
Link copied to clipboard
var
samplesRead
:
Int
skip
Remaining
Link copied to clipboard
var
skipRemaining
:
Int
temp
Buffer
Link copied to clipboard
val
tempBuffer
:
ByteArray
total
Samples
Link copied to clipboard
var
totalSamples
:
Int
xing
Delay
Link copied to clipboard
var
xingDelay
:
Int
xing
Frames
Link copied to clipboard
var
xingFrames
:
Int
xing
Padding
Link copied to clipboard
var
xingPadding
:
Int
Functions
reset
Link copied to clipboard
fun
reset
(
)
step
Link copied to clipboard
fun
step
(
decoder
:
BaseMinimp3AudioFormat.BaseMp3Decoder
)
:
Boolean