Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
keyPressEvent
Method · 0.45
Calls
1
setSpeed
Method · 0.45
Tested by
no test coverage detected