UI: Add Active/Inactive status to adv audio props

Allows the ability to see whether an audio source listed in advanced
audio properties is currently active or inactive (i.e. in an inactive
scene)
This commit is contained in:
Exeldro
2019-12-27 10:59:19 -08:00
committed by jp9000
parent 9f8dc0e218
commit 7f395c14b6
4 changed files with 55 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ Basic.Stats.Status.Recording="Recording"
Basic.Stats.Status.Live="LIVE"
Basic.Stats.Status.Reconnecting="Reconnecting"
Basic.Stats.Status.Inactive="Inactive"
Basic.Stats.Status.Active="Active"
Basic.Stats.DroppedFrames="Dropped Frames (Network)"
Basic.Stats.MegabytesSent="Total Data Output"
Basic.Stats.Bitrate="Bitrate"