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