mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat(wip): add HdPsXxx audio control
This commit is contained in:
parent
355e9cde12
commit
c528fecb9a
4 changed files with 114 additions and 39 deletions
|
|
@ -15,8 +15,8 @@ namespace PepperDash_Essentials_DM.Config
|
|||
[JsonProperty("outputs")]
|
||||
public Dictionary<uint, string> Outputs { get; set; }
|
||||
|
||||
[JsonProperty("defaultAudioKey")]
|
||||
public string DefaultAudioKey { get; set; }
|
||||
[JsonProperty("volumeMixerId")]
|
||||
public uint VolumeMixerId { get; set; }
|
||||
|
||||
// "inputPriorities": "1,4,3,2"
|
||||
[JsonProperty("inputPriorities")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue