![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtMultimedia/qaudiobuffer.h>
#include <QtCore/qspan.h>
Go to the source code of this file.
Classes | |
struct | QtPrivate::QAudioBufferChannelView< SampleType > |
struct | QtPrivate::QAudioBufferDeinterleaveAdaptor< SampleType > |
Namespaces | |
namespace | QtPrivate |
Typedefs | |
template<typename T, bool Predicate> | |
using | QtPrivate::add_const_if_t = std::conditional_t<Predicate, std::add_const_t<T>, T> |
Enumerations | |
enum class | QtPrivate::Mutability { QtPrivate::Mutable , QtPrivate::Immutable } |
Functions | |
template<typename SampleType> | |
void | QtPrivate::validateBufferFormat (const QAudioBuffer &buffer, int channel) |
template<typename SampleType> | |
auto | QtPrivate::makeChannelView (add_const_if_t< QAudioBuffer, std::is_const_v< SampleType > > &buffer, int channel) |
Variables | |
constexpr Mutability | QtPrivate::QAudioBufferMutable = Mutability::Mutable |
constexpr Mutability | QtPrivate::QAudioBufferImmutable = Mutability::Immutable |