toMp4CslgAtom method
Implementation
Mp4CslgAtom toMp4CslgAtom() {
switch (this) {
case 'INCLUDE':
return Mp4CslgAtom.include;
case 'EXCLUDE':
return Mp4CslgAtom.exclude;
}
throw Exception('$this is not known in enum Mp4CslgAtom');
}