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
QtOHAudio::StreamParameterSet Struct Reference

#include <qohaudiostream_p.h>

Collaboration diagram for QtOHAudio::StreamParameterSet:

Public Attributes

OH_AudioStream_Type direction { AUDIOSTREAM_TYPE_RENDERER }
OH_AudioStream_Usage outputUsage { AUDIOSTREAM_USAGE_MUSIC }
OH_AudioStream_SourceType inputSourceType { AUDIOSTREAM_SOURCE_TYPE_MIC }
OH_AudioStream_LatencyMode latencyMode { AUDIOSTREAM_LATENCY_MODE_NORMAL }

Detailed Description

Definition at line 62 of file qohaudiostream_p.h.

Member Data Documentation

◆ direction

OH_AudioStream_Type QtOHAudio::StreamParameterSet::direction { AUDIOSTREAM_TYPE_RENDERER }

Definition at line 64 of file qohaudiostream_p.h.

◆ inputSourceType

OH_AudioStream_SourceType QtOHAudio::StreamParameterSet::inputSourceType { AUDIOSTREAM_SOURCE_TYPE_MIC }

Definition at line 66 of file qohaudiostream_p.h.

◆ latencyMode

OH_AudioStream_LatencyMode QtOHAudio::StreamParameterSet::latencyMode { AUDIOSTREAM_LATENCY_MODE_NORMAL }

Definition at line 67 of file qohaudiostream_p.h.

◆ outputUsage

OH_AudioStream_Usage QtOHAudio::StreamParameterSet::outputUsage { AUDIOSTREAM_USAGE_MUSIC }

Definition at line 65 of file qohaudiostream_p.h.


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