|
OpenShot Audio Library | OpenShotAudio 1.0.0
|
#include <juce_AudioDataConverters.h>
Public Types | |
| enum | { bytesPerSample = 4 , maxValue = 0x7fffff , resolution = (1 << 8) , isFloat = 0 } |
Public Member Functions | |
| Int24in32 (void *d) noexcept | |
| float | getAsFloatLE () const noexcept |
| float | getAsFloatBE () const noexcept |
| void | setAsFloatLE (float newValue) noexcept |
| void | setAsFloatBE (float newValue) noexcept |
| int32 | getAsInt32LE () const noexcept |
| int32 | getAsInt32BE () const noexcept |
| void | setAsInt32LE (int32 newValue) noexcept |
| void | setAsInt32BE (int32 newValue) noexcept |
| template<class SourceType> | |
| void | copyFromLE (SourceType &source) noexcept |
| template<class SourceType> | |
| void | copyFromBE (SourceType &source) noexcept |
| void | copyFromSameType (Int24in32 &source) noexcept |
A 32-bit integer type, of which only the bottom 24 bits are used.
Definition at line 224 of file juce_AudioDataConverters.h.
| anonymous enum |
Definition at line 241 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 227 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 238 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 237 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 239 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 230 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 229 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 234 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 233 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 232 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 231 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 236 of file juce_AudioDataConverters.h.
|
inlinenoexcept |
Definition at line 235 of file juce_AudioDataConverters.h.