openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
jvm
Platform filter
jvm
Switch theme
Search in API
openrndr
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
)
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
Functions
create
Buffer
Link copied to clipboard
fun
createBuffer
(
)
:
AudioBuffer