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
QFFmpeg::AVAudioFormat Struct Reference

#include <qffmpegavaudioformat_p.h>

Collaboration diagram for QFFmpeg::AVAudioFormat:

Public Member Functions

 AVAudioFormat (const AVCodecContext *context)
 AVAudioFormat (const AVCodecParameters *codecPar)
 AVAudioFormat (const QAudioFormat &audioFormat)

Public Attributes

uint64_t channelLayoutMask
AVSampleFormat sampleFormat
int sampleRate

Detailed Description

Definition at line 42 of file qffmpegavaudioformat_p.h.

Constructor & Destructor Documentation

◆ AVAudioFormat() [1/3]

QFFmpeg::AVAudioFormat::AVAudioFormat ( const AVCodecContext * context)
explicit

Definition at line 18 of file qffmpegavaudioformat.cpp.

References AVAudioFormat(), and sampleRate.

Referenced by AVAudioFormat(), and AVAudioFormat().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AVAudioFormat() [2/3]

QFFmpeg::AVAudioFormat::AVAudioFormat ( const AVCodecParameters * codecPar)
explicit

Definition at line 34 of file qffmpegavaudioformat.cpp.

References AVAudioFormat(), and sampleRate.

Here is the call graph for this function:

◆ AVAudioFormat() [3/3]

QFFmpeg::AVAudioFormat::AVAudioFormat ( const QAudioFormat & audioFormat)
explicit

Definition at line 50 of file qffmpegavaudioformat.cpp.

References AVAudioFormat(), QAudioFormat::sampleRate(), and sampleRate.

Referenced by AVAudioFormat().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ channelLayoutMask

uint64_t QFFmpeg::AVAudioFormat::channelLayoutMask

Definition at line 51 of file qffmpegavaudioformat_p.h.

◆ sampleFormat

AVSampleFormat QFFmpeg::AVAudioFormat::sampleFormat

Definition at line 53 of file qffmpegavaudioformat_p.h.

◆ sampleRate

int QFFmpeg::AVAudioFormat::sampleRate

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