add volume

This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-05-26 15:11:16 +03:00
parent f179a5f0ca
commit e317ce2310
6 changed files with 167 additions and 20 deletions
+3 -1
View File
@@ -10,5 +10,7 @@ public enum PlaybackControlEnum
NextFrame = 5,
SaveAnnotations = 6,
RemoveSelectedAnns = 7,
RemoveAllAnns = 8
RemoveAllAnns = 8,
TurnOffVolume = 9,
TurnOnVolume = 10
}