namespace Vinno.FIS.Sonopost.WebApi.Models { internal class LivePreviewRequest { public string DeviceId { get; set; } public int Width { get; set; } public int Height { get; set; } public int FrameRate { get; set; } = 15; } }