|
void | load (DecodingSetup opts) |
|
QString | originalFile () const |
| The text passed to the load function.
|
|
QString | fileName () const |
| Actual filename.
|
|
QString | absoluteFileName () const |
| Absolute resolved filename.
|
|
int | sampleRate () const |
|
int64_t | decodedSamples () const |
|
int64_t | samples () const |
|
int64_t | channels () const |
|
bool | empty () const |
|
bool | finishedDecoding () const noexcept |
|
const RMSData & | rms () const |
|
ossia::audio_array | getAudioArray () const |
| Get a copy of the audio array, as 32 bit floats, whatever the input format is.
|
|
ViewHandle | handle () const noexcept |
|
const Handle & | unsafe_handle () const noexcept |
|
std::optional< double > | knownTempo () const noexcept |
|
|
static bool | isSupported (const QFile &f) |
|
|
Nano::Signal< void()> | on_mediaChanged |
|
Nano::Signal< void()> | on_newData |
|
Nano::Signal< void()> | on_finishedDecoding |
|
|
class | SoundComponentSetup |
|
The documentation for this struct was generated from the following files:
- MediaFileHandle.hpp
- MediaFileHandle.cpp
- MediaFileHandle.libav.cpp
- MediaFileHandle.libavstream.cpp
- MediaFileHandle.mmap.cpp
- MediaFileHandle.sndfile.cpp