toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.audio.format
/
WAV
/
Chunk
Chunk
data
class
Chunk
(
val
type
:
String
,
val
data
:
AsyncStream
)
Members
Constructors
Chunk
Link copied to clipboard
constructor
(
type
:
String
,
data
:
AsyncStream
)
Properties
data
Link copied to clipboard
val
data
:
AsyncStream
type
Link copied to clipboard
val
type
:
String