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

Method Speed

src/PlayerBase.cpp:33–35  ·  view source on GitHub ↗

Get the Playback speed

Source from the content-addressed store, hash-verified

31
32// Get the Playback speed
33float PlayerBase::Speed() {
34 return speed;
35}
36
37// Set the Playback speed multiplier (1.0 = normal speed, <1.0 = slower, >1.0 faster)
38void PlayerBase::Speed(float new_speed) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected