The internal format for an audio chunk
For a list of all members of this type, see SdlMixer.Mix_Chunk Members.
System.Object
System.ValueType
Tao.Sdl.SdlMixer.Mix_Chunk
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Struct in SDL_mixer.h
typedef struct Mix_Chunk { int allocated; Uint8 *abuf; Uint32 alen; Uint8 volume; /* Per-sample volume, 0-128 */ } Mix_Chunk;
Namespace: Tao.Sdl
Assembly: Tao.Sdl (in Tao.Sdl.dll)
SdlMixer.Mix_Chunk Members | Tao.Sdl Namespace | Mix_VolumeChunk | Mix_GetChunk | Mix_LoadWAV | Mix_LoadWAV_RW | Mix_FreeChunk