CaptionDestinationSettings constructor
CaptionDestinationSettings({
- BurninDestinationSettings? burninDestinationSettings,
- CaptionDestinationType? destinationType,
- DvbSubDestinationSettings? dvbSubDestinationSettings,
- EmbeddedDestinationSettings? embeddedDestinationSettings,
- ImscDestinationSettings? imscDestinationSettings,
- SccDestinationSettings? sccDestinationSettings,
- TeletextDestinationSettings? teletextDestinationSettings,
- TtmlDestinationSettings? ttmlDestinationSettings,
Implementation
CaptionDestinationSettings({
this.burninDestinationSettings,
this.destinationType,
this.dvbSubDestinationSettings,
this.embeddedDestinationSettings,
this.imscDestinationSettings,
this.sccDestinationSettings,
this.teletextDestinationSettings,
this.ttmlDestinationSettings,
});