toValue method
Implementation
String toValue() {
switch (this) {
case HlsAdMarkers.elemental:
return 'ELEMENTAL';
case HlsAdMarkers.elementalScte35:
return 'ELEMENTAL_SCTE35';
}
}
String toValue() {
switch (this) {
case HlsAdMarkers.elemental:
return 'ELEMENTAL';
case HlsAdMarkers.elementalScte35:
return 'ELEMENTAL_SCTE35';
}
}