Skip to main content

SoundData

Complete API reference for SoundData, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class SoundData

Constructors

SignatureDescription
SoundData()Creates a new instance of SoundData.
SoundData(NativeFloatBuffer, int)Creates a new instance of SoundData.
SoundData(float[], int)Creates a new instance of SoundData.

Virtual Attributes

NameTypeAccessDescription
dataBufferNativeFloatBufferget/setVirtual attribute exposed by getDataBuffer. Access it like a field to read or write the underlying value.
sampleRateintget/setVirtual attribute exposed by getSampleRate. Access it like a field to read or write the underlying value.