toFmp4NielsenId3Behavior method

Fmp4NielsenId3Behavior toFmp4NielsenId3Behavior()

Implementation

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