Video control class.
More...
#include <VLCQtWidgets/ControlVideo.h>
This is one of VLC-Qt control classes. It provides video and subtitle tracks management.
| VlcControlVideo::VlcControlVideo |
( |
VlcMediaPlayer * |
player, |
|
|
const QString & |
language = 0, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
- Parameters
-
| player | media player |
| language | default subtitle language |
| parent | video controller's parent object |
| void VlcControlVideo::actions |
( |
QList< QAction * > |
actions, |
|
|
const Vlc::ActionsType |
type |
|
) |
| |
|
signal |
- Parameters
-
| actions | list of actions |
| type | type of actions |
| void VlcControlVideo::loadSubtitle |
( |
const QString & |
subtitle | ) |
|
|
slot |
- Parameters
-
| subtitle | full path to subtitles file |
| void VlcControlVideo::reset |
( |
| ) |
|
Usually called on media change.
| void VlcControlVideo::setDefaultSubtitleLanguage |
( |
const QString & |
language | ) |
|
- Parameters
-
| language | comma separated languages |
| void VlcControlVideo::subtitleTracks |
( |
QList< QAction * > |
actions | ) |
|
|
signal |
| void VlcControlVideo::videoTracks |
( |
QList< QAction * > |
actions | ) |
|
|
signal |
The documentation for this class was generated from the following files:
- ControlVideo.h
- ControlVideo.cpp