toValue method
Implementation
String toValue() {
switch (this) {
case HlsStreamInfResolution.include:
return 'INCLUDE';
case HlsStreamInfResolution.exclude:
return 'EXCLUDE';
}
}
String toValue() {
switch (this) {
case HlsStreamInfResolution.include:
return 'INCLUDE';
case HlsStreamInfResolution.exclude:
return 'EXCLUDE';
}
}