Audio control class. More...
Signals | |
| void | actions (QList< QAction * >, const Vlc::ActionsType) |
| Signal sending actions for changing audio tracks. More... | |
| void | audioTracks (QList< QAction * >) |
| Signal sending actions for changing audio tracks. More... | |
Public Member Functions | |
| VlcControlAudio (VlcMediaPlayer *player, const QString &language=0, QObject *parent=0) | |
| VlcControlAudio constructor. More... | |
| ~VlcControlAudio () | |
| AudioControl destructor. | |
| void | reset () |
| Reset all settings and selected audio tracks. More... | |
| void | setDefaultAudioLanguage (const QString &language) |
| Set default audio language. More... | |
This is one of VLC-Qt control classes. It provides audio tracks management.
|
explicit |
| player | media player (VlcMediaPlayer *) |
| language | default audio language (QString) |
| parent | audio controller's parent object (QObject *) |
|
signal |
| QList<QAction*> | list of actions |
| Vlc::ActionsType | type of actions |
|
signal |
| QList<QAction*> | list of actions |
| void VlcControlAudio::reset | ( | ) |
Usually called on media change.
| void VlcControlAudio::setDefaultAudioLanguage | ( | const QString & | language | ) |
| language | comma separated languages (QString) |