toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.audio.format
/
MP3Base
/
Parser
/
Companion
/
Mp3Info
Mp3Info
data
class
Mp3Info
(
val
version
:
String
,
val
layer
:
Int
,
val
bitrate
:
Int
,
val
samplingRate
:
Int
,
val
channelMode
:
MP3Base.Parser.Companion.ChannelMode
,
val
frameSize
:
Int
,
val
samples
:
Int
)
Members
Constructors
Mp3Info
Link copied to clipboard
constructor
(
version
:
String
,
layer
:
Int
,
bitrate
:
Int
,
samplingRate
:
Int
,
channelMode
:
MP3Base.Parser.Companion.ChannelMode
,
frameSize
:
Int
,
samples
:
Int
)
Properties
bitrate
Link copied to clipboard
val
bitrate
:
Int
channel
Mode
Link copied to clipboard
val
channelMode
:
MP3Base.Parser.Companion.ChannelMode
frame
Size
Link copied to clipboard
val
frameSize
:
Int
layer
Link copied to clipboard
val
layer
:
Int
samples
Link copied to clipboard
val
samples
:
Int
sampling
Rate
Link copied to clipboard
val
samplingRate
:
Int
version
Link copied to clipboard
val
version
:
String