toM3u8NielsenId3Behavior method
Implementation
M3u8NielsenId3Behavior toM3u8NielsenId3Behavior() {
switch (this) {
case 'NO_PASSTHROUGH':
return M3u8NielsenId3Behavior.noPassthrough;
case 'PASSTHROUGH':
return M3u8NielsenId3Behavior.passthrough;
}
throw Exception('$this is not known in enum M3u8NielsenId3Behavior');
}