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