#include <AVOutput.h>
◆ AVOutput() [1/2]
QtAV::AVOutput::AVOutput |
( |
| ) |
|
◆ ~AVOutput()
virtual QtAV::AVOutput::~AVOutput |
( |
| ) |
|
|
virtual |
◆ AVOutput() [2/2]
◆ addOutputSet()
void QtAV::AVOutput::addOutputSet |
( |
OutputSet * |
set | ) |
|
|
protected |
◆ attach()
void QtAV::AVOutput::attach |
( |
OutputSet * |
set | ) |
|
|
protected |
◆ detach()
void QtAV::AVOutput::detach |
( |
OutputSet * |
set = 0 | ) |
|
|
protected |
◆ filters()
QList<Filter*>& QtAV::AVOutput::filters |
( |
| ) |
|
◆ hanlePendingTasks()
void QtAV::AVOutput::hanlePendingTasks |
( |
| ) |
|
|
protected |
◆ installFilter()
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
◆ isAvailable()
bool QtAV::AVOutput::isAvailable |
( |
| ) |
const |
◆ isPaused()
bool QtAV::AVOutput::isPaused |
( |
| ) |
const |
◆ pause()
void QtAV::AVOutput::pause |
( |
bool |
p | ) |
|
◆ removeOutputSet()
void QtAV::AVOutput::removeOutputSet |
( |
OutputSet * |
set | ) |
|
|
protected |
◆ tryPause()
Q_DECL_DEPRECATED bool QtAV::AVOutput::tryPause |
( |
| ) |
|
|
protected |
◆ uninstallFilter()
bool QtAV::AVOutput::uninstallFilter |
( |
Filter * |
filter | ) |
|
◆ AVPlayer
◆ OutputSet
◆ VideoOutput
The documentation for this class was generated from the following file: