#include <juce_AudioDataConverters.h>
Enumerator |
---|
bytesPerSample |
|
maxValue |
|
resolution |
|
isFloat |
|
AudioData::Int24::Int24 |
( |
void * |
d | ) |
|
|
inlinenoexcept |
void AudioData::Int24::advance |
( |
| ) |
|
|
inlinenoexcept |
void AudioData::Int24::clear |
( |
| ) |
|
|
inlinenoexcept |
void AudioData::Int24::clearMultiple |
( |
int |
num | ) |
|
|
inlinenoexcept |
template<class SourceType >
void AudioData::Int24::copyFromBE |
( |
SourceType & |
source | ) |
|
|
inlinenoexcept |
template<class SourceType >
void AudioData::Int24::copyFromLE |
( |
SourceType & |
source | ) |
|
|
inlinenoexcept |
void AudioData::Int24::copyFromSameType |
( |
Int24 & |
source | ) |
|
|
inlinenoexcept |
float AudioData::Int24::getAsFloatBE |
( |
| ) |
const |
|
inlinenoexcept |
float AudioData::Int24::getAsFloatLE |
( |
| ) |
const |
|
inlinenoexcept |
int32 AudioData::Int24::getAsInt32BE |
( |
| ) |
const |
|
inlinenoexcept |
int32 AudioData::Int24::getAsInt32LE |
( |
| ) |
const |
|
inlinenoexcept |
void AudioData::Int24::setAsFloatBE |
( |
float |
newValue | ) |
|
|
inlinenoexcept |
void AudioData::Int24::setAsFloatLE |
( |
float |
newValue | ) |
|
|
inlinenoexcept |
void AudioData::Int24::setAsInt32BE |
( |
int32 |
newValue | ) |
|
|
inlinenoexcept |
void AudioData::Int24::setAsInt32LE |
( |
int32 |
newValue | ) |
|
|
inlinenoexcept |
void AudioData::Int24::skip |
( |
int |
numSamples | ) |
|
|
inlinenoexcept |
char* AudioData::Int24::data |
The documentation for this class was generated from the following file: