toTtmlDestinationStyleControl method
Implementation
TtmlDestinationStyleControl toTtmlDestinationStyleControl() {
switch (this) {
case 'PASSTHROUGH':
return TtmlDestinationStyleControl.passthrough;
case 'USE_CONFIGURED':
return TtmlDestinationStyleControl.useConfigured;
}
throw Exception('$this is not known in enum TtmlDestinationStyleControl');
}