#include <CKlearEngineAdapter.h>
Inheritance diagram for CKlearEngineAdapter:
Public Member Functions | |
CKlearEngineAdapter () | |
Constructor. | |
CKlearEngineAdapter (QWidget *parent, const char *name) | |
overloaded Constructor | |
virtual | ~CKlearEngineAdapter () |
Destructor. | |
virtual void | EnginePlayStream (const QString &PlayFile)=0 |
tell backend system to play a new file or stream | |
virtual void | EngineStopStream ()=0 |
stop currently played stream or file | |
virtual bool | EngineIsPlaying ()=0 |
shows if a stream is currently playing | |
virtual void | hideMouse ()=0 |
hides the mouspointer (with a static delay) | |
virtual QImage | getStreamSnapshot ()=0 |
grabs a screen image and returns it with a QImage | |
virtual void | showOSDMessage (const QString &message, uint duration)=0 |
shows a given Message via OSD System | |
virtual void | showInfoOSD (const QString CurrChannel)=0 |
Shows the normal information OSD Message for the current channel. | |
virtual void | setVolume (int vol) |
Sets a new volume. This method is part of the player-independant sound-controller. You normally don't have to overwrite this function. | |
virtual int | getVolume () |
Gets the current volume. This method is part of the player-independant sound-controller. You normally don't have to overwrite this function. | |
virtual void | toggleMute () |
set / unset audio muting. This method is part of the player-independant sound-controller. You normally don't have to overwrite this function. | |
virtual void | toggleDeinterlacing ()=0 |
set / unset default deinterlace filter | |
virtual bool | isMute ()=0 |
returns true if sound is muted |
|
Constructor.
|
|
overloaded Constructor
|
|
Destructor.
|
|
shows if a stream is currently playing
Implemented in CKlearEngineXine. |
|
tell backend system to play a new file or stream
Implemented in CKlearEngineXine. |
|
stop currently played stream or file
Implemented in CKlearEngineXine. |
|
grabs a screen image and returns it with a QImage
Implemented in CKlearEngineXine. |
|
Gets the current volume. This method is part of the player-independant sound-controller. You normally don't have to overwrite this function.
Reimplemented in CKlearEngineXine. |
|
hides the mouspointer (with a static delay)
Implemented in CKlearEngineXine. |
|
returns true if sound is muted
Implemented in CKlearEngineXine. |
|
Sets a new volume. This method is part of the player-independant sound-controller. You normally don't have to overwrite this function.
Reimplemented in CKlearEngineXine. |
|
Shows the normal information OSD Message for the current channel.
Implemented in CKlearEngineXine. |
|
shows a given Message via OSD System
Implemented in CKlearEngineXine. |
|
set / unset default deinterlace filter
Implemented in CKlearEngineXine. |
|
set / unset audio muting. This method is part of the player-independant sound-controller. You normally don't have to overwrite this function.
Reimplemented in CKlearEngineXine. |