toValue method
Implementation
String toValue() {
switch (this) {
case HlsIncompleteSegmentBehavior.auto:
return 'AUTO';
case HlsIncompleteSegmentBehavior.suppress:
return 'SUPPRESS';
}
}
String toValue() {
switch (this) {
case HlsIncompleteSegmentBehavior.auto:
return 'AUTO';
case HlsIncompleteSegmentBehavior.suppress:
return 'SUPPRESS';
}
}