toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case MxfAfdSignaling.noCopy:
      return 'NO_COPY';
    case MxfAfdSignaling.copyFromVideo:
      return 'COPY_FROM_VIDEO';
  }
}