toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case TtmlDestinationStyleControl.passthrough:
      return 'PASSTHROUGH';
    case TtmlDestinationStyleControl.useConfigured:
      return 'USE_CONFIGURED';
  }
}