toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case InputDeviceActiveInput.hdmi:
      return 'HDMI';
    case InputDeviceActiveInput.sdi:
      return 'SDI';
  }
}