#include <AVOutput.h>
QtAV::AVOutput::AVOutput |
( |
| ) |
|
virtual QtAV::AVOutput::~AVOutput |
( |
| ) |
|
|
virtual |
void QtAV::AVOutput::addOutputSet |
( |
OutputSet * |
set | ) |
|
|
protected |
void QtAV::AVOutput::attach |
( |
OutputSet * |
set | ) |
|
|
protected |
void QtAV::AVOutput::detach |
( |
OutputSet * |
set = 0 | ) |
|
|
protected |
QList<Filter*>& QtAV::AVOutput::filters |
( |
| ) |
|
void QtAV::AVOutput::hanlePendingTasks |
( |
| ) |
|
|
protected |
bool QtAV::AVOutput::installFilter |
( |
Filter * |
filter, |
|
|
int |
index = 0x7fffffff |
|
) |
| |
installFilter Insert a filter at position 'index' of current filter list.
If the filter is already installed, it will move to the correct index.
- Parameters
-
index | A nagative index == size() + index. If index >= size(), append at last |
- Returns
- false if already installed
bool QtAV::AVOutput::isAvailable |
( |
| ) |
const |
bool QtAV::AVOutput::isPaused |
( |
| ) |
const |
void QtAV::AVOutput::pause |
( |
bool |
p | ) |
|
void QtAV::AVOutput::removeOutputSet |
( |
OutputSet * |
set | ) |
|
|
protected |
Q_DECL_DEPRECATED bool QtAV::AVOutput::tryPause |
( |
| ) |
|
|
protected |
bool QtAV::AVOutput::uninstallFilter |
( |
Filter * |
filter | ) |
|
The documentation for this class was generated from the following file: