toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case AudioOnlyHlsSegmentType.aac:
      return 'AAC';
    case AudioOnlyHlsSegmentType.fmp4:
      return 'FMP4';
  }
}