0.44.0
|
#include <iSound.h>
Inherits igor::iResource.
Public Member Functions | |
~iSound ()=default | |
int16 | getNumberOfChannels () const |
int32 | getSampleRate () const |
int32 | getByteRate () const |
int16 | getBitsPerSample () const |
Public Member Functions inherited from igor::iResource | |
virtual | ~iResource ()=default |
bool | isValid () const |
bool | isProcessed () const |
bool | isQuiet () const |
const iaString & | getSource () const |
const iaString | getInfo () const |
const iResourceID & | getID () const |
const iaString & | getAlias () const |
iResourceCacheMode | getCacheMode () const |
const iParameters & | getParameters () const |
const iaString & | getType () const |
Friends | |
class | iSoundFactory |
class | iAudio |
Additional Inherited Members | |
Static Public Member Functions inherited from igor::iResource | |
static bool | extractID (const iParameters ¶meters, iResourceID &id, bool quiet=false) |
Protected Member Functions inherited from igor::iResource | |
iResource (const iParameters ¶meters) | |
represents a sound resource
available parameters:
has no other parameters
|
default |
does nothing
int16 igor::iSound::getBitsPerSample | ( | ) | const |
int32 igor::iSound::getByteRate | ( | ) | const |
int16 igor::iSound::getNumberOfChannels | ( | ) | const |
int32 igor::iSound::getSampleRate | ( | ) | const |
|
friend |
|
friend |