gamemixer.mixer

IMixer API and definition. This is the API entrypoint.

Members

Functions

mixerCreate
IMixer mixerCreate(MixerOptions options)

Create a Mixer and start playback.

mixerDestroy
void mixerDestroy(IMixer mixer)

Stops playback.

Interfaces

IMixer
interface IMixer

Public API for the Mixer object.

Manifest constants

anyMixerChannel
enum anyMixerChannel;

Chooses any mixer channel.

Structs

MixerOptions
struct MixerOptions

Options to create the mixer with. You can customize sample-rate or the number of internal tracks. Always stereo.

PlayOptions
struct PlayOptions

Options when playing a source.

Variables

loopForever
enum uint loopForever;

Loop the source forever.

Meta