mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-01 22:04:52 +00:00
@@ -27,8 +27,8 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
/// </summary>
|
||||
public interface IHasCodecLayoutsAvailable : IHasCodecLayouts
|
||||
{
|
||||
StringFeedback AvailableLocalLayoutsFeedback { get; set; }
|
||||
List<CodecCommandWithLabel> AvailableLocalLayouts { get; set; }
|
||||
StringFeedback AvailableLocalLayoutsFeedback { get; }
|
||||
List<CodecCommandWithLabel> AvailableLocalLayouts { get; }
|
||||
void LocalLayoutSet(string layoutId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user