toMp4CslgAtom method

Mp4CslgAtom toMp4CslgAtom()

Implementation

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