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