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