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
/
ProcessedChunk
Processed
Chunk
data
class
ProcessedChunk
(
val
type
:
String
,
val
data
:
AsyncStream
,
val
extra
:
Any
)
Members
Constructors
Processed
Chunk
Link copied to clipboard
constructor
(
type
:
String
,
data
:
AsyncStream
,
extra
:
Any
)
Properties
data
Link copied to clipboard
val
data
:
AsyncStream
extra
Link copied to clipboard
val
extra
:
Any
type
Link copied to clipboard
val
type
:
String