![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qffmpegencodingformatcontext_p.h>
Public Member Functions | |
EncodingFormatContext (QMediaFormat::FileFormat fileFormat) | |
~EncodingFormatContext () | |
void | openAVIO (const QString &filePath) |
void | openAVIO (QIODevice *device) |
bool | isAVIOOpen () const |
void | closeAVIO () |
AVFormatContext * | avFormatContext () |
const AVFormatContext * | avFormatContext () const |
Definition at line 28 of file qffmpegencodingformatcontext_p.h.
|
explicit |
Definition at line 22 of file qffmpegencodingformatcontext.cpp.
References EncodingFormatContext().
Referenced by EncodingFormatContext().
QFFmpeg::EncodingFormatContext::~EncodingFormatContext | ( | ) |
Definition at line 29 of file qffmpegencodingformatcontext.cpp.
References closeAVIO().
|
inline |
Definition at line 42 of file qffmpegencodingformatcontext_p.h.
|
inline |
Definition at line 44 of file qffmpegencodingformatcontext_p.h.
void QFFmpeg::EncodingFormatContext::closeAVIO | ( | ) |
Definition at line 93 of file qffmpegencodingformatcontext.cpp.
References isAVIOOpen().
Referenced by ~EncodingFormatContext().
|
inline |
Definition at line 38 of file qffmpegencodingformatcontext_p.h.
Referenced by closeAVIO(), openAVIO(), and openAVIO().
Definition at line 36 of file qffmpegencodingformatcontext.cpp.
References isAVIOOpen().
Definition at line 80 of file qffmpegencodingformatcontext.cpp.
References isAVIOOpen().