#include <LibAVFilter.h>
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 |
|
| QtAV::LibAVFilter::LibAVFilter |
( |
| ) |
|
| virtual QtAV::LibAVFilter::~LibAVFilter |
( |
| ) |
|
|
virtual |
| static QStringList QtAV::LibAVFilter::audioFilters |
( |
| ) |
|
|
static |
| static QString QtAV::LibAVFilter::filterDescription |
( |
const QString & |
filterName | ) |
|
|
static |
| QString QtAV::LibAVFilter::options |
( |
| ) |
const |
| virtual void QtAV::LibAVFilter::optionsChanged |
( |
| ) |
|
|
inlineprotectedvirtual |
| void* QtAV::LibAVFilter::pullFrameHolder |
( |
| ) |
|
|
protected |
| bool QtAV::LibAVFilter::pushAudioFrame |
( |
Frame * |
frame, |
|
|
bool |
changed |
|
) |
| |
|
protected |
| bool QtAV::LibAVFilter::pushVideoFrame |
( |
Frame * |
frame, |
|
|
bool |
changed |
|
) |
| |
|
protected |
| static QStringList QtAV::LibAVFilter::registeredFilters |
( |
int |
type | ) |
|
|
staticprotected |
| 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 |
| virtual QString QtAV::LibAVFilter::sourceArguments |
( |
| ) |
const |
|
protectedpure virtual |
| Status QtAV::LibAVFilter::status |
( |
| ) |
const |
| static QStringList QtAV::LibAVFilter::videoFilters |
( |
| ) |
|
|
static |
| Private* QtAV::LibAVFilter::priv |
|
protected |
The documentation for this class was generated from the following file: