toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case H264QualityLevel.enhancedQuality:
      return 'ENHANCED_QUALITY';
    case H264QualityLevel.standardQuality:
      return 'STANDARD_QUALITY';
  }
}