mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 13:36:48 +00:00
chore: move all files to file-scoped namespace
This commit is contained in:
parent
aaa5b0532b
commit
3ece4f0b7b
522 changed files with 39628 additions and 45678 deletions
|
|
@ -1,26 +1,25 @@
|
|||
using PepperDash.Essentials.Devices.Common.VideoCodec;
|
||||
|
||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces;
|
||||
|
||||
/// <summary>
|
||||
/// Defines the contract for IHasSelfviewSize
|
||||
/// </summary>
|
||||
public interface IHasSelfviewSize
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the contract for IHasSelfviewSize
|
||||
/// Gets the SelfviewPipSizeFeedback
|
||||
/// </summary>
|
||||
public interface IHasSelfviewSize
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the SelfviewPipSizeFeedback
|
||||
/// </summary>
|
||||
StringFeedback SelfviewPipSizeFeedback { get; }
|
||||
StringFeedback SelfviewPipSizeFeedback { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Sets the selfview size
|
||||
/// </summary>
|
||||
/// <param name="size">The new selfview size</param>
|
||||
void SelfviewPipSizeSet(CodecCommandWithLabel size);
|
||||
/// <summary>
|
||||
/// Sets the selfview size
|
||||
/// </summary>
|
||||
/// <param name="size">The new selfview size</param>
|
||||
void SelfviewPipSizeSet(CodecCommandWithLabel size);
|
||||
|
||||
/// <summary>
|
||||
/// Toggles the selfview size
|
||||
/// </summary>
|
||||
void SelfviewPipSizeToggle();
|
||||
}
|
||||
/// <summary>
|
||||
/// Toggles the selfview size
|
||||
/// </summary>
|
||||
void SelfviewPipSizeToggle();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue