toValue method
Implementation
String toValue() {
switch (this) {
case Mpeg2GopSizeUnits.frames:
return 'FRAMES';
case Mpeg2GopSizeUnits.seconds:
return 'SECONDS';
}
}
String toValue() {
switch (this) {
case Mpeg2GopSizeUnits.frames:
return 'FRAMES';
case Mpeg2GopSizeUnits.seconds:
return 'SECONDS';
}
}