Audio control class.
More...
#include <VLCQtWidgets/ControlAudio.h>
This is one of VLC-Qt control classes. It provides audio tracks management.
VlcControlAudio::VlcControlAudio |
( |
VlcMediaPlayer * |
player, |
|
|
const QString & |
language = 0 , |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
- Parameters
-
player | media player |
language | default audio language |
parent | audio controller's parent object |
void VlcControlAudio::actions |
( |
QList< QAction * > |
actions, |
|
|
const Vlc::ActionsType |
type |
|
) |
| |
|
signal |
- Parameters
-
actions | list of actions |
type | type of actions |
void VlcControlAudio::audioTracks |
( |
QList< QAction * > |
actions | ) |
|
|
signal |
void VlcControlAudio::reset |
( |
| ) |
|
Usually called on media change.
void VlcControlAudio::setDefaultAudioLanguage |
( |
const QString & |
language | ) |
|
- Parameters
-
language | comma separated languages |
The documentation for this class was generated from the following files:
- ControlAudio.h
- ControlAudio.cpp