Pulsar  3d3a057
Functions
player_load_formats.h File Reference

Player sound archive formats support. More...

#include <pulsar/player/player.h>
#include <pulsar/bfwav/bfwav.h>
#include <pulsar/bfstm/bfstm.h>

Go to the source code of this file.

Functions

PLSR_RC plsrPlayerLoadWave (const PLSR_BFWAV *bfwav, PLSR_PlayerSoundId *out)
 Load a sound from a Wave file.
 
PLSR_RC plsrPlayerLoadStream (const PLSR_BFSTM *bfstm, PLSR_PlayerSoundId *out)
 Load a sound from a Stream file.
 

Detailed Description

Player sound archive formats support.