toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HlsIvSource.explicit:
      return 'EXPLICIT';
    case HlsIvSource.followsSegmentNumber:
      return 'FOLLOWS_SEGMENT_NUMBER';
  }
}