toValue method
Implementation
String toValue() {
switch (this) {
case H264LookAheadRateControl.high:
return 'HIGH';
case H264LookAheadRateControl.low:
return 'LOW';
case H264LookAheadRateControl.medium:
return 'MEDIUM';
}
}