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