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