toAv1RateControlMode method
Implementation
Av1RateControlMode toAv1RateControlMode() {
switch (this) {
case 'QVBR':
return Av1RateControlMode.qvbr;
}
throw Exception('$this is not known in enum Av1RateControlMode');
}
Av1RateControlMode toAv1RateControlMode() {
switch (this) {
case 'QVBR':
return Av1RateControlMode.qvbr;
}
throw Exception('$this is not known in enum Av1RateControlMode');
}