toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Mpeg2ColorMetadata.ignore:
      return 'IGNORE';
    case Mpeg2ColorMetadata.insert:
      return 'INSERT';
  }
}