toHlsAdMarkers method
Implementation
HlsAdMarkers toHlsAdMarkers() {
switch (this) {
case 'ELEMENTAL':
return HlsAdMarkers.elemental;
case 'ELEMENTAL_SCTE35':
return HlsAdMarkers.elementalScte35;
}
throw Exception('$this is not known in enum HlsAdMarkers');
}