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