Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
AVFAudioDecoder::DecodingContext Struct Reference
+ Collaboration diagram for AVFAudioDecoder::DecodingContext:

Public Member Functions

 ~DecodingContext ()
 

Public Attributes

AVAssetReader * m_reader = nullptr
 
AVAssetReaderTrackOutput * m_readerOutput = nullptr
 

Detailed Description

Definition at line 184 of file avfaudiodecoder.mm.

Constructor & Destructor Documentation

◆ ~DecodingContext()

AVFAudioDecoder::DecodingContext::~DecodingContext ( )
inline

Definition at line 189 of file avfaudiodecoder.mm.

References m_reader.

Member Data Documentation

◆ m_reader

AVAssetReader* AVFAudioDecoder::DecodingContext::m_reader = nullptr

Definition at line 186 of file avfaudiodecoder.mm.

Referenced by ~DecodingContext().

◆ m_readerOutput

AVAssetReaderTrackOutput* AVFAudioDecoder::DecodingContext::m_readerOutput = nullptr

Definition at line 187 of file avfaudiodecoder.mm.


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