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

#include <qffmpeg_p.h>

+ Collaboration diagram for QFFmpeg::AVDictionaryHolder:

Public Member Functions

 operator AVDictionary ** ()
 
 AVDictionaryHolder ()=default
 
 AVDictionaryHolder (AVDictionaryHolder &&other) noexcept
 
 ~AVDictionaryHolder ()
 

Public Attributes

AVDictionary * opts = nullptr
 

Detailed Description

Definition at line 100 of file qffmpeg_p.h.

Constructor & Destructor Documentation

◆ AVDictionaryHolder() [1/2]

QFFmpeg::AVDictionaryHolder::AVDictionaryHolder ( )
default

◆ AVDictionaryHolder() [2/2]

QFFmpeg::AVDictionaryHolder::AVDictionaryHolder ( AVDictionaryHolder && other)
inlinenoexcept

Definition at line 110 of file qffmpeg_p.h.

◆ ~AVDictionaryHolder()

QFFmpeg::AVDictionaryHolder::~AVDictionaryHolder ( )
inline

Definition at line 115 of file qffmpeg_p.h.

References opts.

Member Function Documentation

◆ operator AVDictionary **()

QFFmpeg::AVDictionaryHolder::operator AVDictionary ** ( )
inline

Definition at line 104 of file qffmpeg_p.h.

References opts.

Member Data Documentation

◆ opts

AVDictionary* QFFmpeg::AVDictionaryHolder::opts = nullptr

Definition at line 102 of file qffmpeg_p.h.

Referenced by ~AVDictionaryHolder(), and operator AVDictionary **().


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