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