toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HlsSegmentControl.singleFile:
      return 'SINGLE_FILE';
    case HlsSegmentControl.segmentedFiles:
      return 'SEGMENTED_FILES';
  }
}