mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
fix: Destination support for USB
This commit is contained in:
@@ -105,5 +105,12 @@ namespace PepperDash.Essentials.Core
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonProperty("isProgramAudioDestination")]
|
[JsonProperty("isProgramAudioDestination")]
|
||||||
public bool isProgramAudioDestination { get; set; }
|
public bool isProgramAudioDestination { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets a value indicating whether this destination supports USB connections.
|
||||||
|
/// This is used to determine if the destination can handle USB.
|
||||||
|
/// </summary>
|
||||||
|
[JsonProperty("supportsUsb")]
|
||||||
|
public bool SupportsUsb { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user