toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SmoothGroupSparseTrackType.none:
      return 'NONE';
    case SmoothGroupSparseTrackType.scte_35:
      return 'SCTE_35';
    case SmoothGroupSparseTrackType.scte_35WithoutSegmentation:
      return 'SCTE_35_WITHOUT_SEGMENTATION';
  }
}