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