toValue method
Implementation
String toValue() {
switch (this) {
case Mpeg2Syntax.$default:
return 'DEFAULT';
case Mpeg2Syntax.d_10:
return 'D_10';
}
}
String toValue() {
switch (this) {
case Mpeg2Syntax.$default:
return 'DEFAULT';
case Mpeg2Syntax.d_10:
return 'D_10';
}
}