HlsCaptionLanguageMapping constructor

HlsCaptionLanguageMapping({
  1. int? captionChannel,
  2. String? customLanguageCode,
  3. LanguageCode? languageCode,
  4. String? languageDescription,
})

Implementation

HlsCaptionLanguageMapping({
  this.captionChannel,
  this.customLanguageCode,
  this.languageCode,
  this.languageDescription,
});