mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-04 07:14:58 +00:00
docs: XML comments for Devices.Common
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Crestron.SimplSharp;
|
||||
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
using Newtonsoft.Json;
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
{
|
||||
@@ -17,10 +7,24 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
/// </summary>
|
||||
public interface IHasCodecLayouts
|
||||
{
|
||||
/// <summary>
|
||||
/// Feedback that indicates the current layout on the local display
|
||||
/// </summary>
|
||||
StringFeedback LocalLayoutFeedback { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Toggles the local layout
|
||||
/// </summary>
|
||||
void LocalLayoutToggle();
|
||||
void LocalLayoutToggleSingleProminent();
|
||||
void MinMaxLayoutToggle();
|
||||
|
||||
/// <summary>
|
||||
/// Toggles the local layout to single prominent
|
||||
/// </summary>
|
||||
void LocalLayoutToggleSingleProminent();
|
||||
|
||||
/// <summary>
|
||||
/// Toggle the MinMax layout
|
||||
/// </summary>
|
||||
void MinMaxLayoutToggle();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user