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::PcmOpenConfig Struct Reference

#include <qqnxsndhelpers_p.h>

Collaboration diagram for QnxSndHelpers::PcmOpenConfig:

Public Attributes

snd_pcm_stream_t direction
QByteArray deviceId
QAudioFormat format
const QLoggingCategorycategory
const char * streamLabel
const char * periodCountEnvVar
std::optional< uint32_t > periodFrames

Detailed Description

Definition at line 118 of file qqnxsndhelpers_p.h.

Member Data Documentation

◆ category

const QLoggingCategory& QnxSndHelpers::PcmOpenConfig::category

Definition at line 123 of file qqnxsndhelpers_p.h.

◆ deviceId

QByteArray QnxSndHelpers::PcmOpenConfig::deviceId

Definition at line 121 of file qqnxsndhelpers_p.h.

◆ direction

snd_pcm_stream_t QnxSndHelpers::PcmOpenConfig::direction

Definition at line 120 of file qqnxsndhelpers_p.h.

Referenced by QnxSndHelpers::openConfiguredPcm().

◆ format

QAudioFormat QnxSndHelpers::PcmOpenConfig::format

Definition at line 122 of file qqnxsndhelpers_p.h.

◆ periodCountEnvVar

const char* QnxSndHelpers::PcmOpenConfig::periodCountEnvVar

Definition at line 125 of file qqnxsndhelpers_p.h.

◆ periodFrames

std::optional<uint32_t> QnxSndHelpers::PcmOpenConfig::periodFrames

Definition at line 126 of file qqnxsndhelpers_p.h.

◆ streamLabel

const char* QnxSndHelpers::PcmOpenConfig::streamLabel

Definition at line 124 of file qqnxsndhelpers_p.h.

Referenced by QnxSndHelpers::openConfiguredPcm().


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