toValue method
Implementation
String toValue() {
switch (this) {
case Vc3InterlaceMode.interlaced:
return 'INTERLACED';
case Vc3InterlaceMode.progressive:
return 'PROGRESSIVE';
}
}
String toValue() {
switch (this) {
case Vc3InterlaceMode.interlaced:
return 'INTERLACED';
case Vc3InterlaceMode.progressive:
return 'PROGRESSIVE';
}
}