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
AVFAudioDecoder::DecodingContext Struct Reference
Collaboration diagram for AVFAudioDecoder::DecodingContext:

Public Member Functions

 ~DecodingContext ()
 ~DecodingContext ()

Public Attributes

AVAssetReader * m_reader = nullptr
AVAssetReaderTrackOutput * m_readerOutput = nullptr

Detailed Description

Definition at line 188 of file avfaudiodecoder.mm.

Constructor & Destructor Documentation

◆ ~DecodingContext() [1/2]

AVFAudioDecoder::DecodingContext::~DecodingContext ( )
inline

Definition at line 193 of file avfaudiodecoder.mm.

◆ ~DecodingContext() [2/2]

AVFAudioDecoder::DecodingContext::~DecodingContext ( )
inline

Definition at line 193 of file avfaudiodecoder.mm.

Member Data Documentation

◆ m_reader

AVAssetReader * AVFAudioDecoder::DecodingContext::m_reader = nullptr

Definition at line 190 of file avfaudiodecoder.mm.

◆ m_readerOutput

AVAssetReaderTrackOutput * AVFAudioDecoder::DecodingContext::m_readerOutput = nullptr

Definition at line 191 of file avfaudiodecoder.mm.


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