mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
New Audio volume multipliers
Multiply the audio volume of Media Source by alpha and/or opacity (timeline).
This commit is contained in:
@@ -426,6 +426,7 @@ void SessionVisitor::visit(MediaPlayer &n)
|
||||
if (n.audioAvailable()) {
|
||||
newelement->SetAttribute("audio", n.audioEnabled());
|
||||
newelement->SetAttribute("audio_volume", n.audioVolume());
|
||||
newelement->SetAttribute("audio_mix", (int) n.audioVolumeMix());
|
||||
}
|
||||
|
||||
if (!n.singleFrame()) {
|
||||
|
||||
Reference in New Issue
Block a user