toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case HlsManifestDurationFormat.floatingPoint:
      return 'FLOATING_POINT';
    case HlsManifestDurationFormat.integer:
      return 'INTEGER';
  }
}