Chunk.buffer

Gets the raw PCM audio data buffer for the dsdl2.mixer.Chunk

This function is marked as @system due to the potential of referencing invalid memory.

class Chunk
inout @property @trusted
inout(void[])
buffer
()

Return Value

Type: inout(void[])

slice of the buffer

Meta