#include <LibAVFilter.h>
◆ Status
The Status enum Status of filter graph.
If setOptions() is called, the status is NotConfigured, and will to configure when processing a new frame. Filter graph will be reconfigured if options, incoming video frame format or size changed
| Enumerator |
|---|
| NotConfigured | |
| ConfigureFailed | |
| ConfigureOk | |
◆ LibAVFilter()
| QtAV::LibAVFilter::LibAVFilter |
( |
| ) |
|
◆ ~LibAVFilter()
| virtual QtAV::LibAVFilter::~LibAVFilter |
( |
| ) |
|
|
virtual |
◆ audioFilters()
| static QStringList QtAV::LibAVFilter::audioFilters |
( |
| ) |
|
|
static |
◆ filterDescription()
| static QString QtAV::LibAVFilter::filterDescription |
( |
const QString & |
filterName | ) |
|
|
static |
◆ options()
| QString QtAV::LibAVFilter::options |
( |
| ) |
const |
◆ optionsChanged()
| virtual void QtAV::LibAVFilter::optionsChanged |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ pullFrameHolder()
| void* QtAV::LibAVFilter::pullFrameHolder |
( |
| ) |
|
|
protected |
◆ pushAudioFrame()
| bool QtAV::LibAVFilter::pushAudioFrame |
( |
Frame * |
frame, |
|
|
bool |
changed |
|
) |
| |
|
protected |
◆ pushVideoFrame()
| bool QtAV::LibAVFilter::pushVideoFrame |
( |
Frame * |
frame, |
|
|
bool |
changed |
|
) |
| |
|
protected |
◆ registeredFilters()
| static QStringList QtAV::LibAVFilter::registeredFilters |
( |
int |
type | ) |
|
|
staticprotected |
◆ setOptions()
| void QtAV::LibAVFilter::setOptions |
( |
const QString & |
options | ) |
|
setOptions Set new option.
Filter graph will be setup if receives a frame if options changed.
- Parameters
-
| options | option string for libavfilter. libav and ffmpeg are different |
◆ sourceArguments()
| virtual QString QtAV::LibAVFilter::sourceArguments |
( |
| ) |
const |
|
protectedpure virtual |
◆ status()
| Status QtAV::LibAVFilter::status |
( |
| ) |
const |
◆ videoFilters()
| static QStringList QtAV::LibAVFilter::videoFilters |
( |
| ) |
|
|
static |
◆ priv
| Private* QtAV::LibAVFilter::priv |
|
protected |
The documentation for this class was generated from the following file: