AudioModule.getWaveformData

Returns the waveform data from the

class AudioModule
nothrow
const(ubyte)[]
getWaveformData
(
uint id
)

Parameters

id uint

The ID of the waveform.

Return Value

Type: const(ubyte)[]

The raw waveform data, or null on error (unsupported feature, waveform not found, etc.)

Meta