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