toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HlsIncompleteSegmentBehavior.auto:
      return 'AUTO';
    case HlsIncompleteSegmentBehavior.suppress:
      return 'SUPPRESS';
  }
}