mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 10:15:01 +00:00
13 lines
306 B
C#
13 lines
306 B
C#
using PepperDash.Essentials.Devices.Common.VideoCodec.Cisco;
|
|
|
|
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|
{
|
|
public interface IHasSelfviewSize
|
|
{
|
|
StringFeedback SelfviewPipSizeFeedback { get; }
|
|
|
|
void SelfviewPipSizeSet(CodecCommandWithLabel size);
|
|
|
|
void SelfviewPipSizeToggle();
|
|
}
|
|
} |