64 CHECK (!dummy.isWired());
68 , dummy.provide_testOutputSlot());
69 CHECK ( dummy.isWired());
75 playDuration (dummy.getPlannedTestDuration());
85 CHECK (dummy.isWired());
88 CHECK (!dummy.isWired());
89 CHECK (dummy.gotCorrectOutput());
void close()
deactivate this handle, so it isn't tied any longer to the associated implementation or service objec...
Frontend/Interface: controller-element to retrieve and change running time values.
Continuous playback process, which has been hooked up and started with a fixed set of output slots.
void play(bool)
play/pause toggle
void controlDuration(time::Control< time::Duration > &ctrl)
Interface to the Player subsystem of Lumiera (Steam-Layer).
static lib::Depend< Play > facade
get an implementation instance of this service
Handle for a buffer for processing data, abstracting away the actual implementation.
void verify_simulatedPlayback()
Framework for dummy playback and rendering.
Manipulating and monitoring time entities with life changes.
Dummy and test setup of playback and rendering, omitting most of the Lumiera engine.
time::Control< time::Duration > DurationControl
DummyPlayConnection< PlayTestFrames_Strategy > DummyPlayer
Steam-Layer implementation namespace root.
Test runner and basic definitions for tests.
Public access point to the playback service provided by the »play-out subsystem«
Simplistic test class runner.
#define LAUNCHER(_TEST_CLASS_, _GROUPS_)