Get the Volume
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected