Values.HlsCaptionLanguageMappingSourceCaption Language Mapping
type nonrec t = {captionChannel : int option;Caption channel.
*)customLanguageCode : string option;Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php
*)languageCode : LanguageCode.t option;Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php
*)languageDescription : string option;Caption language description.
*)}