toValue method
Implementation
String toValue() {
switch (this) {
case DeinterlacerControl.forceAllFrames:
return 'FORCE_ALL_FRAMES';
case DeinterlacerControl.normal:
return 'NORMAL';
}
}
String toValue() {
switch (this) {
case DeinterlacerControl.forceAllFrames:
return 'FORCE_ALL_FRAMES';
case DeinterlacerControl.normal:
return 'NORMAL';
}
}