toValue method
Implementation
String toValue() {
switch (this) {
case Mpeg2ColorSpace.auto:
return 'AUTO';
case Mpeg2ColorSpace.passthrough:
return 'PASSTHROUGH';
}
}
String toValue() {
switch (this) {
case Mpeg2ColorSpace.auto:
return 'AUTO';
case Mpeg2ColorSpace.passthrough:
return 'PASSTHROUGH';
}
}