toValue method
Implementation
String toValue() {
switch (this) {
case AudioOnlyHlsSegmentType.aac:
return 'AAC';
case AudioOnlyHlsSegmentType.fmp4:
return 'FMP4';
}
}
String toValue() {
switch (this) {
case AudioOnlyHlsSegmentType.aac:
return 'AAC';
case AudioOnlyHlsSegmentType.fmp4:
return 'FMP4';
}
}