toValue method
Implementation
String toValue() {
switch (this) {
case HlsSegmentControl.singleFile:
return 'SINGLE_FILE';
case HlsSegmentControl.segmentedFiles:
return 'SEGMENTED_FILES';
}
}
String toValue() {
switch (this) {
case HlsSegmentControl.singleFile:
return 'SINGLE_FILE';
case HlsSegmentControl.segmentedFiles:
return 'SEGMENTED_FILES';
}
}