toH264SpatialAq method

H264SpatialAq toH264SpatialAq()

Implementation

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