Lumiera  0.pre.03
»edit your freedom«
dummy-player-facade.h File Reference

Go to the source code of this file.

Description

Deprecated:
left-over from an early design draft (2009)

Definition in file dummy-player-facade.h.

Classes

class  DummyPlayer
 Experimental Interface Steam-Layer (or maybe the vault?): Global access point for starting a dummy playback, generating some test image data for the GUI to display in a viewer window. More...
 
class  DummyPlayer::Process
 Playback process, front-end to be used by client code. More...
 
class  DummyPlayer::ProcessImplementationLink
 Mediator to allow the client to communicate with the Process implementation via the Process handle, without having to map each implementation-level function into the dummy player interface. More...
 

Functions

 LUMIERA_INTERFACE_DECLARE (lumieraorg_DummyPlayer, 0, LUMIERA_INTERFACE_SLOT(LumieraPlayProcess, startPlay,(LumieraDisplaySlot)), LUMIERA_INTERFACE_SLOT(void, togglePlay,(LumieraPlayProcess, bool)), LUMIERA_INTERFACE_SLOT(void, terminate,(LumieraPlayProcess)))
 

Namespaces

 lumiera
 Lumiera public interface.
 
 steam
 Steam-Layer implementation namespace root.
 
 steam::play
 Playback and rendering control subsystem.