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