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