mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-17 13:45:01 +00:00
4 lines
139 B
C#
4 lines
139 B
C#
namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|
{
|
|
public enum eExternalSourceMode {Ready, NotReady, Hidden, Error}
|
|
} |