Struct: AudiopointerlistElement
Overview
An audio buffer list item, inside an AudiopointerList.
Properties
buffers
PROPERTYThe buffers, coming from Superpowered AudiobufferPool.
Type | Min | Max | Default | (void *)[4] |
---|
firstFrame
PROPERTYThe index of the first frame in the buffer.
Type | Min | Max | Default | int |
---|
framesUsed
PROPERTYCan 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.
Type | Min | Max | Default | float |
---|
lastFrame
PROPERTYThe index of last frame in the buffer. The length of the buffer: lastFrame - firstFrame.
Type | Min | Max | Default | int |
---|
positionFrames
PROPERTYCan be used to track position information.
Type | Min | Max | Default | int |
---|
is not supported here.