typedef struct openalpp::_acAudioCVT openalpp::acAudioCVT |
typedef struct openalpp::IMA_ADPCM_decoder openalpp::alIMAADPCM_state_LOKI |
typedef struct openalpp::WaveFMT openalpp::alWaveFMT_LOKI |
typedef struct openalpp::Chunk openalpp::Chunk |
Enum for setting/getting the current distance model. None means no model is in use, i.e. no attenuation.
InverseDistance:
InverseDistanceClamped:
In the above calculations, the variables have the following meanings:
OPENALPP_API std::ostream& openalpp::operator<< | ( | std::ostream & | stream, | |
const Error & | error | |||
) |
Out stream operator. Used to print error messages to a stream (i.e. "cerr << error;").
stream | is the stream to print to. | |
error | is the error to print. |
unsigned int openalpp::sampleSize | ( | ALenum | format | ) |
unsigned int openalpp::sampleSize | ( | SampleFormat | format | ) |
Check how large a sample is in the given format.