![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqnxsndhelpers_p.h>
Public Member Functions | |
| operator bool () const noexcept | |
Public Attributes | |
| snd_pcm_t * | handle = nullptr |
| snd_pcm_uframes_t | periodFrames = 0 |
| snd_pcm_uframes_t | bufferFrames = 0 |
| qsizetype | periodBytes = 0 |
| QAudioHelperInternal::NativeSampleFormat | nativeFormat |
Definition at line 130 of file qqnxsndhelpers_p.h.
|
inlineexplicitnoexcept |
Definition at line 142 of file qqnxsndhelpers_p.h.
References handle.
| snd_pcm_uframes_t QnxSndHelpers::PcmOpenResult::bufferFrames = 0 |
Definition at line 134 of file qqnxsndhelpers_p.h.
Referenced by QnxSndHelpers::openConfiguredPcm().
| snd_pcm_t* QnxSndHelpers::PcmOpenResult::handle = nullptr |
Definition at line 132 of file qqnxsndhelpers_p.h.
Referenced by QnxSndHelpers::openConfiguredPcm(), and operator bool().
| QAudioHelperInternal::NativeSampleFormat QnxSndHelpers::PcmOpenResult::nativeFormat |
Definition at line 139 of file qqnxsndhelpers_p.h.
| qsizetype QnxSndHelpers::PcmOpenResult::periodBytes = 0 |
Definition at line 135 of file qqnxsndhelpers_p.h.
| snd_pcm_uframes_t QnxSndHelpers::PcmOpenResult::periodFrames = 0 |
Definition at line 133 of file qqnxsndhelpers_p.h.
Referenced by QnxSndHelpers::openConfiguredPcm().