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::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 111 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 121 of file qffmpeg_p.h.

◆ ~AVDictionaryHolder()

QFFmpeg::AVDictionaryHolder::~AVDictionaryHolder ( )
inline

Definition at line 126 of file qffmpeg_p.h.

Member Function Documentation

◆ operator AVDictionary **()

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

Definition at line 115 of file qffmpeg_p.h.

Member Data Documentation

◆ opts

AVDictionary* QFFmpeg::AVDictionaryHolder::opts = nullptr

Definition at line 113 of file qffmpeg_p.h.


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