kdemm Library API Documentation

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

const char* const KDE::Multimedia::Factory_ftable[2][3] [static]
 

Initial value:

 {
    { "void", "kdemmBackendChanged()", "kdemmBackendChanged()" },
    { 0, 0, 0 }
}

Definition at line 16 of file factory_skel.cpp.

const int KDE::Multimedia::Factory_ftable_hiddens[1] [static]
 

Initial value:

 {
    0,
}

Definition at line 20 of file factory_skel.cpp.

KDE Logo
This file is part of the documentation for kdemm Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Sep 13 04:04:37 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003