Struct: AudiopointerlistElement

Overview

An audio buffer list item, inside an AudiopointerList.

Properties

buffers

PROPERTY
The buffers, coming from Superpowered AudiobufferPool.
TypeMinMaxDefault
(void *)[4]

firstFrame

PROPERTY
The index of the first frame in the buffer.
TypeMinMaxDefault
int

framesUsed

PROPERTY
Can be used to track how many 'original' frames were used to create this chunk of audio. Useful for time-stretching or resampling to precisely track the movement of the playhead.
TypeMinMaxDefault
float

lastFrame

PROPERTY
The index of last frame in the buffer. The length of the buffer: lastFrame - firstFrame.
TypeMinMaxDefault
int

positionFrames

PROPERTY
Can be used to track position information.
TypeMinMaxDefault
int
Javascript

is not supported here.

v1.0.32