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