![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Typedefs | |
| template<typename SampleType> | |
| using | AudioSinkCallbackType = std::function<void(QSpan<SampleType>)> |
| template<typename SampleType> | |
| using | AudioSourceCallbackType = std::function<void(QSpan<const SampleType>)> |
| using | AudioSinkCallback |
| using | AudioSourceCallback |
Functions | |
| template<typename F> | |
| constexpr bool | isNonnullFunction (const F &f) |
Variables | |
| template<typename T> | |
| constexpr bool | is_std_function_v = false |
| template<typename T> | |
| constexpr bool | is_std_function_v< std::function< T > > = true |
| template<typename T> | |
| constexpr bool | is_function_pointer_v |
| template<typename F, typename... T> | |
| constexpr bool | isInvokableWithSpan |
| using QtAudioPrivate::AudioSinkCallbackType = std::function<void(QSpan<SampleType>)> |
| using QtAudioPrivate::AudioSourceCallbackType = std::function<void(QSpan<const SampleType>)> |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |