Phonon
path.h
227 * The implementation will automatically select the right format and media type. E.g. connecting a
bool operator!=(const Path &p) const
Returns true if this Path is not equal to p; otherwise returns false;.
Definition path.cpp:467
Path & operator=(const Path &p)
Assigns p to this Path and returns a reference to this Path.
Definition path.cpp:456
Effect * insertEffect(const EffectDescription &desc, Effect *insertBefore=nullptr)
Creates and inserts an effect into the path.
Definition path.cpp:86
bool reconnect(MediaNode *source, MediaNode *sink)
Tries to change the MediaNodes the path is connected to.
Definition path.cpp:154
bool isValid() const
Returns whether the path object connects two MediaNodes or not.
Definition path.cpp:80
bool operator==(const Path &p) const
Returns true if this Path is equal to p; otherwise returns false;.
Definition path.cpp:462
QList< Effect * > effects() const
Returns a list of Effect objects that are currently used as effects.
Definition path.cpp:148
bool disconnect()
Disconnects the path from the MediaNodes it was connected to.
Definition path.cpp:224
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.