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
/
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