MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / startPlayback

Method startPlayback

Duration/src/DurationController.cpp:1293–1298  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

1291
1292//--------------------------------------------------------------
1293void DurationController::startPlayback(){
1294 if(!timeline.getIsPlaying()){
1295 sendInfoMessage();
1296 timeline.play();
1297 }
1298}
1299
1300//--------------------------------------------------------------
1301void DurationController::sendInfoMessage(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected