#include <ofSoundPlayer.h>
List of all members.
Constructor & Destructor Documentation
ofSoundPlayer::ofSoundPlayer |
( |
) |
|
ofSoundPlayer::~ofSoundPlayer |
( |
) |
[virtual] |
Member Function Documentation
void ofSoundPlayer::closeFmod |
( |
) |
[static] |
bool ofSoundPlayer::getIsPlaying |
( |
) |
|
float ofSoundPlayer::getPan |
( |
) |
|
float ofSoundPlayer::getPosition |
( |
) |
|
float ofSoundPlayer::getSpeed |
( |
) |
|
void ofSoundPlayer::initializeFmod |
( |
) |
[static] |
void ofSoundPlayer::loadSound |
( |
string |
fileName, |
|
|
bool |
stream = false |
|
) |
| |
void ofSoundPlayer::play |
( |
) |
|
void ofSoundPlayer::setLoop |
( |
bool |
bLp ) |
|
void ofSoundPlayer::setMultiPlay |
( |
bool |
bMp ) |
|
void ofSoundPlayer::setPan |
( |
float |
vol ) |
|
void ofSoundPlayer::setPaused |
( |
bool |
bP ) |
|
void ofSoundPlayer::setPosition |
( |
float |
pct ) |
|
void ofSoundPlayer::setSpeed |
( |
float |
spd ) |
|
void ofSoundPlayer::setVolume |
( |
float |
vol ) |
|
void ofSoundPlayer::stop |
( |
) |
|
void ofSoundPlayer::unloadSound |
( |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: