Interface DvbSubSourceSettings.Builder

    • Method Detail

      • ocrLanguage

        DvbSubSourceSettings.Builder ocrLanguage​(String ocrLanguage)
        If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
        Parameters:
        ocrLanguage - If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DvbSubOcrLanguage, DvbSubOcrLanguage
      • ocrLanguage

        DvbSubSourceSettings.Builder ocrLanguage​(DvbSubOcrLanguage ocrLanguage)
        If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
        Parameters:
        ocrLanguage - If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DvbSubOcrLanguage, DvbSubOcrLanguage
      • pid

        DvbSubSourceSettings.Builder pid​(Integer pid)
        When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
        Parameters:
        pid - When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.