openrndr
0.4.5-dev.4.uncommitted+98ebace
jvm
openrndr-openal
/
org.openrndr.openal
/
AudioData
Audio
Data
class
AudioData
(
val
format
:
AudioFormat
=
AudioFormat.STEREO_16
,
val
rate
:
Int
=
44100
,
val
buffer
:
ByteBuffer
)
(
source
)
Members
Constructors
Audio
Data
Link copied to clipboard
constructor
(
format
:
AudioFormat
=
AudioFormat.STEREO_16
,
rate
:
Int
=
44100
,
buffer
:
ByteBuffer
)
Functions
create
Buffer
Link copied to clipboard
fun
createBuffer
(
)
:
AudioBuffer
Properties
buffer
Link copied to clipboard
val
buffer
:
ByteBuffer
format
Link copied to clipboard
val
format
:
AudioFormat
rate
Link copied to clipboard
val
rate
:
Int
=
44100