This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
#include <ofSoundBaseTypes.h>

Public Member Functions | |
ofBaseSoundPlayer () | |
virtual | ~ofBaseSoundPlayer () |
virtual bool | load (const of::filesystem::path &fileName, bool stream=false)=0 |
virtual void | unload ()=0 |
virtual void | play ()=0 |
virtual void | stop ()=0 |
virtual void | setVolume (float vol)=0 |
virtual void | setPan (float vol)=0 |
virtual void | setSpeed (float spd)=0 |
virtual void | setPaused (bool bP)=0 |
virtual void | setLoop (bool bLp)=0 |
virtual void | setMultiPlay (bool bMp)=0 |
virtual void | setPosition (float pct)=0 |
virtual void | setPositionMS (int ms)=0 |
virtual float | getPosition () const =0 |
virtual int | getPositionMS () const =0 |
virtual bool | isPlaying () const =0 |
virtual float | getSpeed () const =0 |
virtual float | getPan () const =0 |
virtual bool | isLoaded () const =0 |
virtual float | getVolume () const =0 |
Constructor & Destructor Documentation
◆ ofBaseSoundPlayer()
|
inline |
◆ ~ofBaseSoundPlayer()
|
inlinevirtual |
Member Function Documentation
◆ getPan()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ getPosition()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ getPositionMS()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ getSpeed()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ getVolume()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ isLoaded()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ isPlaying()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ load()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ play()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ setLoop()
|
pure virtual |
Implemented in ofMediaFoundationSoundPlayer, and ofSoundPlayer.
◆ setMultiPlay()
|
pure virtual |
Implemented in ofMediaFoundationSoundPlayer, and ofSoundPlayer.
◆ setPan()
|
pure virtual |
Implemented in ofMediaFoundationSoundPlayer, and ofSoundPlayer.
◆ setPaused()
|
pure virtual |
Implemented in ofMediaFoundationSoundPlayer, and ofSoundPlayer.
◆ setPosition()
|
pure virtual |
Implemented in ofMediaFoundationSoundPlayer, and ofSoundPlayer.
◆ setPositionMS()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ setSpeed()
|
pure virtual |
Implemented in ofMediaFoundationSoundPlayer, and ofSoundPlayer.
◆ setVolume()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ stop()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
◆ unload()
|
pure virtual |
Implemented in ofSoundPlayer, and ofMediaFoundationSoundPlayer.
The documentation for this class was generated from the following file:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/sound/ofSoundBaseTypes.h