Tao.Sdl SDK Documentation

SdlMixer.Mix_Chunk.allocated Field

a boolean indicating whether to free abuf when the chunk is freed.

[Visual Basic]
Public allocated As Integer
[C#]
public int allocated;

Remarks

0 if the memory was not allocated and thus not owned by this chunk. 1 if the memory was allocated and is thus owned by this chunk.

See Also

SdlMixer.Mix_Chunk Class | Tao.Sdl Namespace