toValue method
Implementation
String toValue() {
switch (this) {
case HlsOutputSelection.manifestsAndSegments:
return 'MANIFESTS_AND_SEGMENTS';
case HlsOutputSelection.segmentsOnly:
return 'SEGMENTS_ONLY';
case HlsOutputSelection.variantManifestsAndSegments:
return 'VARIANT_MANIFESTS_AND_SEGMENTS';
}
}