The SubtitleFilter class draw text and image subtitles Subtitle load priority: user specified file (setFile(...)) > auto load external (autoLoad() must be true) > embedded subtitle.
More...
#include <SubtitleFilter.h>
The SubtitleFilter class draw text and image subtitles Subtitle load priority: user specified file (setFile(...)) > auto load external (autoLoad() must be true) > embedded subtitle.
◆ SubtitleFilter()
QtAV::SubtitleFilter::SubtitleFilter |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
◆ autoLoad()
bool QtAV::SubtitleFilter::autoLoad |
( |
| ) |
const |
autoLoad Auto find and load a suitable external subtitle if file() is not empty.
◆ autoLoadChanged
void QtAV::SubtitleFilter::autoLoadChanged |
( |
bool |
value | ) |
|
|
signal |
◆ canRenderChanged
void QtAV::SubtitleFilter::canRenderChanged |
( |
| ) |
|
|
signal |
◆ codecChanged
void QtAV::SubtitleFilter::codecChanged |
( |
| ) |
|
|
signal |
◆ color()
QColor QtAV::SubtitleFilter::color |
( |
| ) |
const |
◆ colorChanged
void QtAV::SubtitleFilter::colorChanged |
( |
| ) |
|
|
signal |
◆ contentChanged
void QtAV::SubtitleFilter::contentChanged |
( |
| ) |
|
|
signal |
◆ delayChanged
void QtAV::SubtitleFilter::delayChanged |
( |
| ) |
|
|
signal |
◆ dirsChanged
void QtAV::SubtitleFilter::dirsChanged |
( |
| ) |
|
|
signal |
◆ engineChanged
void QtAV::SubtitleFilter::engineChanged |
( |
| ) |
|
|
signal |
◆ enginesChanged
void QtAV::SubtitleFilter::enginesChanged |
( |
| ) |
|
|
signal |
◆ file()
QString QtAV::SubtitleFilter::file |
( |
| ) |
const |
◆ fileChanged
void QtAV::SubtitleFilter::fileChanged |
( |
| ) |
|
|
signal |
◆ font()
QFont QtAV::SubtitleFilter::font |
( |
| ) |
const |
◆ fontChanged
void QtAV::SubtitleFilter::fontChanged |
( |
| ) |
|
|
signal |
◆ fontFileChanged
void QtAV::SubtitleFilter::fontFileChanged |
( |
| ) |
|
|
signal |
◆ fontFileForcedChanged
void QtAV::SubtitleFilter::fontFileForcedChanged |
( |
| ) |
|
|
signal |
◆ fontsDirChanged
void QtAV::SubtitleFilter::fontsDirChanged |
( |
| ) |
|
|
signal |
◆ fuzzyMatchChanged
void QtAV::SubtitleFilter::fuzzyMatchChanged |
( |
| ) |
|
|
signal |
◆ isSupported()
◆ loaded
void QtAV::SubtitleFilter::loaded |
( |
const QString & |
path | ) |
|
|
signal |
◆ process()
◆ rect()
QRectF QtAV::SubtitleFilter::rect |
( |
| ) |
const |
◆ rectChanged
void QtAV::SubtitleFilter::rectChanged |
( |
| ) |
|
|
signal |
◆ setAutoLoad
void QtAV::SubtitleFilter::setAutoLoad |
( |
bool |
value | ) |
|
|
slot |
◆ setColor()
void QtAV::SubtitleFilter::setColor |
( |
const QColor & |
c | ) |
|
◆ setFile()
void QtAV::SubtitleFilter::setFile |
( |
const QString & |
file | ) |
|
setFile Load user selected subtitle.
The subtitle will not change unless you manually setFile(QString()).
◆ setFont()
void QtAV::SubtitleFilter::setFont |
( |
const QFont & |
f | ) |
|
◆ setPlayer()
void QtAV::SubtitleFilter::setPlayer |
( |
AVPlayer * |
player | ) |
|
◆ setRect()
void QtAV::SubtitleFilter::setRect |
( |
const QRectF & |
r | ) |
|
◆ suffixesChanged
void QtAV::SubtitleFilter::suffixesChanged |
( |
| ) |
|
|
signal |
◆ supportedSuffixesChanged
void QtAV::SubtitleFilter::supportedSuffixesChanged |
( |
| ) |
|
|
signal |
◆ autoLoad
bool QtAV::SubtitleFilter::autoLoad |
|
readwrite |
◆ canRender
bool QtAV::SubtitleFilter::canRender |
|
read |
◆ codec
QByteArray QtAV::SubtitleFilter::codec |
|
readwrite |
◆ color
QColor QtAV::SubtitleFilter::color |
|
readwrite |
◆ delay
qreal QtAV::SubtitleFilter::delay |
|
readwrite |
◆ dirs
QStringList QtAV::SubtitleFilter::dirs |
|
readwrite |
◆ engine
QString QtAV::SubtitleFilter::engine |
|
read |
◆ engines
QStringList QtAV::SubtitleFilter::engines |
|
readwrite |
◆ file
QString QtAV::SubtitleFilter::file |
|
readwrite |
◆ font
QFont QtAV::SubtitleFilter::font |
|
readwrite |
◆ fontFile
QString QtAV::SubtitleFilter::fontFile |
|
readwrite |
◆ fontFileForced
bool QtAV::SubtitleFilter::fontFileForced |
|
readwrite |
◆ fontsDir
QString QtAV::SubtitleFilter::fontsDir |
|
readwrite |
◆ fuzzyMatch
bool QtAV::SubtitleFilter::fuzzyMatch |
|
readwrite |
◆ rect
QRectF QtAV::SubtitleFilter::rect |
|
readwrite |
◆ suffixes
QStringList QtAV::SubtitleFilter::suffixes |
|
readwrite |
◆ supportedSuffixes
QStringList QtAV::SubtitleFilter::supportedSuffixes |
|
read |
The documentation for this class was generated from the following file: