toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HlsSegmentationMode.useInputSegmentation:
      return 'USE_INPUT_SEGMENTATION';
    case HlsSegmentationMode.useSegmentDuration:
      return 'USE_SEGMENT_DURATION';
  }
}