CaptionSource constructor

CaptionSource({
  1. Encryption? encryption,
  2. String? key,
  3. String? label,
  4. String? language,
  5. String? timeOffset,
})

Implementation

CaptionSource({
  this.encryption,
  this.key,
  this.label,
  this.language,
  this.timeOffset,
});