toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case Fmp4TimedMetadataBehavior.noPassthrough:
      return 'NO_PASSTHROUGH';
    case Fmp4TimedMetadataBehavior.passthrough:
      return 'PASSTHROUGH';
  }
}