Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QnxSndHelpers::PcmOpenResult Struct Reference

#include <qqnxsndhelpers_p.h>

Collaboration diagram for QnxSndHelpers::PcmOpenResult:

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

Detailed Description

Definition at line 130 of file qqnxsndhelpers_p.h.

Member Function Documentation

◆ operator bool()

QnxSndHelpers::PcmOpenResult::operator bool ( ) const
inlineexplicitnoexcept

Definition at line 142 of file qqnxsndhelpers_p.h.

References handle.

Member Data Documentation

◆ bufferFrames

snd_pcm_uframes_t QnxSndHelpers::PcmOpenResult::bufferFrames = 0

Definition at line 134 of file qqnxsndhelpers_p.h.

Referenced by QnxSndHelpers::openConfiguredPcm().

◆ handle

snd_pcm_t* QnxSndHelpers::PcmOpenResult::handle = nullptr

Definition at line 132 of file qqnxsndhelpers_p.h.

Referenced by QnxSndHelpers::openConfiguredPcm(), and operator bool().

◆ nativeFormat

◆ periodBytes

qsizetype QnxSndHelpers::PcmOpenResult::periodBytes = 0

Definition at line 135 of file qqnxsndhelpers_p.h.

◆ periodFrames

snd_pcm_uframes_t QnxSndHelpers::PcmOpenResult::periodFrames = 0

Definition at line 133 of file qqnxsndhelpers_p.h.

Referenced by QnxSndHelpers::openConfiguredPcm().


The documentation for this struct was generated from the following file: