kplayobjectfactory.h
79class TDE_EXPORT PlayObjectFactory// : public TQObject ### for KDE4 make it a TQObject to be able to receive signals
KArtsServer is a wrapper to conveniently get a reference to a SoundServer, and restart artsd when nec...
Definition kartsserver.h:38
KDE::PlayObject * createPlayObject(const KURL &url, bool createBUS)
Creates a KDE::PlayObject to play back the file or stream url points to.
Definition kplayobjectfactory.cpp:130
void setAudioManagerPlay(KAudioManagerPlay *amanplay)
If this is set the PlayObject doesn't create a Synth_BUS_UPLINK at all but always uses the Synth_AMAN...
Definition kplayobjectfactory.cpp:123
PlayObjectFactory(Arts::SoundServerV2 server)
Creates a KDE::PlayObjectFactory.
Definition kplayobjectfactory.cpp:97
bool allowStreaming()
returns "true" if the factory is allowed to create streaming PlayObjects.
Definition kplayobjectfactory.h:132
void setAllowStreaming(bool s)
setAllowStreaming( true ) allows the factory to create a streaming PlayObject for a non-local URL.
Definition kplayobjectfactory.h:126
This class acts as a general interface to the KDE multimedia framework.
Definition kplayobject.h:189
Trinity API Reference