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