toValue method
Implementation
String toValue() {
switch (this) {
case HlsIvSource.explicit:
return 'EXPLICIT';
case HlsIvSource.followsSegmentNumber:
return 'FOLLOWS_SEGMENT_NUMBER';
}
}
String toValue() {
switch (this) {
case HlsIvSource.explicit:
return 'EXPLICIT';
case HlsIvSource.followsSegmentNumber:
return 'FOLLOWS_SEGMENT_NUMBER';
}
}