CaptionSource constructor
CaptionSource({
- Encryption? encryption,
- String? key,
- String? label,
- String? language,
- String? timeOffset,
Implementation
CaptionSource({
this.encryption,
this.key,
this.label,
this.language,
this.timeOffset,
});