Interface CaptionLanguageMapping.Builder

    • Method Detail

      • captionChannel

        CaptionLanguageMapping.Builder captionChannel​(Integer captionChannel)
        The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)
        Parameters:
        captionChannel - The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • languageCode

        CaptionLanguageMapping.Builder languageCode​(String languageCode)
        Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
        Parameters:
        languageCode - Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • languageDescription

        CaptionLanguageMapping.Builder languageDescription​(String languageDescription)
        Textual description of language
        Parameters:
        languageDescription - Textual description of language
        Returns:
        Returns a reference to this object so that method calls can be chained together.