[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.3 Mix_MusicType

 
typedef enum {
    MUS_NONE,
    MUS_CMD,
    MUS_WAV,
    MUS_MOD,
    MUS_MID,
    MUS_OGG,
    MUS_MP3, /* using SMPEG */
    MUS_MP3_MAD,
	MUS_FLAC
} Mix_MusicType;

Return values from Mix_GetMusicType are of these enumerated values.
If no music is playing then MUS_NONE is returned.
If music is playing via an external command then MUS_CMD is returned.
Otherwise they are self explanatory.

See Also:
4.5.18 Mix_GetMusicType



This document was generated on November, 13 2009 using texi2html