Loading...
Searching...
No Matches
Media::AudioDecoder Class Reference
Inheritance diagram for Media::AudioDecoder:
Static Public Member Functions | |
| static std::optional< AudioInfo > | do_probe (const QString &path) |
| static std::optional< std::pair< AudioInfo, audio_array > > | decode_synchronous (const QString &path, int rate) |
| static QHash< QString, AudioInfo > & | database () |
Public Attributes | |
| int32_t | fileSampleRate {} |
| int32_t | convertedSampleRate {} |
| int32_t | channels {} |
| int32_t | track {-1} |
| std::size_t | decoded {} |
The documentation for this class was generated from the following files:
- AudioDecoder.hpp
- AudioDecoder.cpp