![]() |
Miam-Player
0.8.0
A nice music player
|
#include <LibAVFilter.h>
Signals | |
void | optionsChanged () Q_DECL_OVERRIDE |
![]() | |
void | enabledChanged (bool) |
Public Member Functions | |
LibAVFilterVideo (QObject *parent=0) | |
bool | isSupported (VideoFilterContext::Type t) const Q_DECL_OVERRIDE |
QStringList | filters () const |
![]() | |
VideoFilter (QObject *parent=0) | |
VideoFilterContext * | context () |
bool | installTo (AVPlayer *player) |
installTo Install filter to player can process every frame before rendering. More... | |
bool | installTo (AVOutput *output) |
installTo The process() function is in rendering thread. More... | |
void | apply (Statistics *statistics, VideoFrame *frame=0) |
bool | prepareContext (VideoFilterContext *&ctx, Statistics *statistics=0, VideoFrame *frame=0) |
![]() | |
virtual | ~Filter () |
bool | isEnabled () const |
void | setOwnedByTarget (bool value=true) |
setOwnedByTarget If a filter is owned by target, it's not safe to access the filter after it's installed to a target. More... | |
bool | isOwnedByTarget () const |
bool | uninstall () |
![]() | |
LibAVFilter () | |
virtual | ~LibAVFilter () |
void | setOptions (const QString &options) |
setOptions Set new option. More... | |
QString | options () const |
Status | status () const |
Protected Member Functions | |
void | process (Statistics *statistics, VideoFrame *frame) Q_DECL_OVERRIDE |
QString | sourceArguments () const Q_DECL_OVERRIDE |
![]() | |
VideoFilter (VideoFilterPrivate &d, QObject *parent=0) | |
![]() | |
Filter (FilterPrivate &d, QObject *parent=0) | |
![]() | |
bool | pushVideoFrame (Frame *frame, bool changed) |
bool | pushAudioFrame (Frame *frame, bool changed) |
void * | pullFrameHolder () |
virtual void | optionsChanged () |
Properties | |
QString | options |
QStringList | filters |
![]() | |
bool | enabled |
Additional Inherited Members | |
![]() | |
enum | Status { NotConfigured, ConfigureFailed, ConfigureOk } |
The Status enum Status of filter graph. More... | |
![]() | |
void | setEnabled (bool enabled=true) |
![]() | |
static QString | filterDescription (const QString &filterName) |
static QStringList | videoFilters () |
static QStringList | audioFilters () |
![]() | |
static QStringList | registeredFilters (int type) |
![]() | |
Private * | priv |
QtAV::LibAVFilterVideo::LibAVFilterVideo | ( | QObject * | parent = 0 | ) |
QStringList QtAV::LibAVFilterVideo::filters | ( | ) | const |
|
inlinevirtual |
Reimplemented from QtAV::VideoFilter.
|
signal |
|
protectedvirtual |
Implements QtAV::VideoFilter.
|
protectedvirtual |
Implements QtAV::LibAVFilter.
|
read |
|
readwrite |