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