toH264SlowPal method
Implementation
H264SlowPal toH264SlowPal() {
switch (this) {
case 'DISABLED':
return H264SlowPal.disabled;
case 'ENABLED':
return H264SlowPal.enabled;
}
throw Exception('$this is not known in enum H264SlowPal');
}