Definition at line 39 of file medianode.h.
#include <medianode.h>

Public Member Functions |
|
| virtual | ~MediaNode () |
| bool | isValid () const |
| Tells whether the backend provides an
implementation of this class. |
|
| QList< Path > | inputPaths () const |
| QList< Path > | outputPaths () const |
Protected Member Functions |
|
| MediaNode (MediaNodePrivate &dd) | |
Protected Attributes |
|
| MediaNodePrivate *const | k_ptr |
Friends |
|
| class | Path |
| class | PathPrivate |
| PHONON_EXPORT Path | createPath (MediaNode *source, MediaNode *sink) |
| virtual ~MediaNode | ( | ) | [virtual] |
| MediaNode | ( | MediaNodePrivate & | dd | ) | [protected] |
| bool isValid | ( | ) | const |
Tells whether the backend provides an implementation of this class.
true if backend provides an implementationfalse if the object is not implemented by the
backendfriend class Path [friend] |
Definition at line 41 of file medianode.h.
friend class PathPrivate
[friend] |
Definition at line 42 of file medianode.h.
Creates a new Path connecting two MediaNodes.
The implementation will automatically select the right format and media type. E.g. connecting a MediaObject and AudioOutput will create a Path object connecting the audio. This might be represented as PCM or perhaps even AC3 depending on the AudioOutput object.
MediaNodePrivate* const
k_ptr [protected] |
Definition at line 61 of file medianode.h.