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

Method Volume

src/QtPlayer.cpp:246–248  ·  view source on GitHub ↗

Get the Volume

Source from the content-addressed store, hash-verified

244
245 // Get the Volume
246 float QtPlayer::Volume() {
247 return volume;
248 }
249
250 // Set the Volume multiplier (1.0 = normal volume, <1.0 = quieter, >1.0 louder)
251 void QtPlayer::Volume(float new_volume) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected