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