using FISLib.LiveVideo; using System.Collections.Generic; namespace Vinno.FIS.Sonopost.Features.Config { internal class HardwareSetting { public List VideoDeviceInfoList { get; set; } public FISMicDeviceInfo MicDeviceInfo { get; set; } } }