| typedef struct openalpp::_acAudioCVT openalpp::acAudioCVT |
| typedef struct openalpp::Chunk openalpp::Chunk |
| typedef struct openalpp::WaveFMT openalpp::alWaveFMT_LOKI |
| typedef struct openalpp::IMA_ADPCM_decoder openalpp::alIMAADPCM_state_LOKI |
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 | ( | SampleFormat | format | ) |
Check how large a sample is in the given format.
| unsigned int openalpp::sampleSize | ( | ALenum | format | ) |
1.4.7