MIXInit

C Specification

#include <revolution.h>
#include <revolution/mix.h>
void MIXInit(void);

Arguments

None.

Return Values

None.

Description

The MIXInit() function must be called prior to calling any other MIX API functions. This function sets all input channels to the default values.

See Also

Revision History

03/01/2006 Initial version.