KDE::Multimedia Namespace Reference
The KDE Multimedia classes. More...
Classes | |
| class | Backend |
| Base class for all KDE Multimedia Backends. More... | |
| class | Channel |
| Abstraction of different inputs or outputs. More... | |
| class | Factory |
| Factory to access the preferred Backend. More... | |
| class | Player |
| Interface for accessing media playback functions. More... | |
| class | SimplePlayer |
| class | VideoPlayer |
Variables | |
| static const char *const | Factory_ftable [2][3] |
| static const int | Factory_ftable_hiddens [1] |
Detailed Description
The KDE Multimedia classes.In this Namespace you find a few classes to access Multimedia functions like playing audio files and simple video playing. Those classes are not dependent on any specific framework (like they were in pre KDE4 times) but rather use exchangeable backends to do the "dirty" work.
If you want to write a new backend you also find the necessary classes in this namespace.
- Since:
- 4.0
Variable Documentation
|
|
Initial value: {
{ "void", "kdemmBackendChanged()", "kdemmBackendChanged()" },
{ 0, 0, 0 }
}
Definition at line 16 of file factory_skel.cpp. |
|
|
Initial value: {
0,
}
Definition at line 20 of file factory_skel.cpp. |
