![]() |
Miam-Player
0.8.0
A nice music player
|
#include <LibAVFilter.h>
Signals | |
void | optionsChanged () Q_DECL_OVERRIDE |
![]() | |
void | enabledChanged (bool) |
Public Member Functions | |
LibAVFilterAudio (QObject *parent=0) | |
QStringList | filters () const |
![]() | |
AudioFilter (QObject *parent=0) | |
bool | installTo (AVPlayer *player) |
installTo Install filter to player can process every frame before rendering. More... | |
void | apply (Statistics *statistics, AudioFrame *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, AudioFrame *frame) Q_DECL_OVERRIDE |
QString | sourceArguments () const Q_DECL_OVERRIDE |
![]() | |
AudioFilter (AudioFilterPrivate &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::LibAVFilterAudio::LibAVFilterAudio | ( | QObject * | parent = 0 | ) |
QStringList QtAV::LibAVFilterAudio::filters | ( | ) | const |
|
signal |
|
protectedvirtual |
Implements QtAV::AudioFilter.
|
protectedvirtual |
Implements QtAV::LibAVFilter.
|
read |
|
readwrite |