mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
docs: fix comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
2bbefa062d
commit
97b2ffed9c
1 changed files with 2 additions and 2 deletions
|
|
@ -14,13 +14,13 @@ namespace PepperDash.Essentials.Core.Routing
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the current sources for the room, keyed by eRoutingSignalType.
|
/// Gets the current sources for the room, keyed by eRoutingSignalType.
|
||||||
/// This dictionary contains the current source for each signal type, such as audio, video,
|
/// This dictionary contains the current source for each signal type, such as audio, video, and control signals.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Dictionary<eRoutingSignalType, SourceListItem> CurrentSources { get; }
|
Dictionary<eRoutingSignalType, SourceListItem> CurrentSources { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the current source keys for the room, keyed by eRoutingSignalType.
|
/// Gets the current source keys for the room, keyed by eRoutingSignalType.
|
||||||
/// This dictionary contains the keys for the current source for each signal type, such as audio,
|
/// This dictionary contains the keys for the current source for each signal type, such as audio, video, and control signals.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Dictionary<eRoutingSignalType, string> CurrentSourceKeys { get; }
|
Dictionary<eRoutingSignalType, string> CurrentSourceKeys { get; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue