50 typedef DummyPlayConnection<PlayTestFrames_Strategy> DummyPlayer;
65 verify_simulatedPlayback();
70 verify_simulatedPlayback()
73 CHECK (!dummy.isWired());
77 , dummy.provide_testOutputSlot());
78 CHECK ( dummy.isWired());
80 DurationControl playDuration;
81 player.controlDuration (playDuration);
84 playDuration (dummy.getPlannedTestDuration());
86 CHECK (!player.is_playing());
89 CHECK (player.is_playing());
93 CHECK (!player.is_playing());
94 CHECK (dummy.isWired());
97 CHECK (!dummy.isWired());
98 CHECK (dummy.gotCorrectOutput());
Frontend/Interface: controller-element to retrieve and change running time values.
Steam-Layer implementation namespace root.
Public access point to the playback service provided by the »play-out subsystem«
Interface to the Player subsystem of Lumiera (Steam-Layer).
void waitUntilDue()
test helper: blocking wait during an output test.
static lib::Depend< Play > facade
get an implementation instance of this service
Dummy and test setup of playback and rendering, omitting most of the Lumiera engine.
Simple test class runner.
Continuous playback process, which has been hooked up and started with a fixed set of output slots...
Handle for a buffer for processing data, abstracting away the actual implementation.
Manipulating and monitoring time entities with life changes.