MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Speed

Method Speed

src/QtPlayer.cpp:231–233  ·  view source on GitHub ↗

Get the Playback speed

Source from the content-addressed store, hash-verified

229
230 // Get the Playback speed
231 float QtPlayer::Speed() {
232 return speed;
233 }
234
235 // Set the Playback speed multiplier (1.0 = normal speed, <1.0 = slower, >1.0 faster)
236 void QtPlayer::Speed(float new_speed) {

Callers 1

keyPressEventMethod · 0.45

Calls 1

setSpeedMethod · 0.45

Tested by

no test coverage detected