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
QGstPlaySupport::AudioInfo Struct Reference

#include <qgst_play_p.h>

Collaboration diagram for QGstPlaySupport::AudioInfo:

Public Attributes

int channels {}
int sampleRate {}
int bitrate {}
int maxBitrate {}
QLocale::Language language {}

Detailed Description

Definition at line 51 of file qgst_play_p.h.

Member Data Documentation

◆ bitrate

int QGstPlaySupport::AudioInfo::bitrate {}

Definition at line 55 of file qgst_play_p.h.

Referenced by QGstPlaySupport::parseGstPlayAudioInfo().

◆ channels

int QGstPlaySupport::AudioInfo::channels {}

Definition at line 53 of file qgst_play_p.h.

Referenced by QGstPlaySupport::parseGstPlayAudioInfo().

◆ language

QLocale::Language QGstPlaySupport::AudioInfo::language {}

Definition at line 57 of file qgst_play_p.h.

◆ maxBitrate

int QGstPlaySupport::AudioInfo::maxBitrate {}

Definition at line 56 of file qgst_play_p.h.

Referenced by QGstPlaySupport::parseGstPlayAudioInfo().

◆ sampleRate

int QGstPlaySupport::AudioInfo::sampleRate {}

Definition at line 54 of file qgst_play_p.h.

Referenced by QGstPlaySupport::parseGstPlayAudioInfo().


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