Interface TtmlDestinationSettings.Builder

    • Method Detail

      • stylePassthrough

        TtmlDestinationSettings.Builder stylePassthrough​(String stylePassthrough)
        Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.
        Parameters:
        stylePassthrough - Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TtmlStylePassthrough, TtmlStylePassthrough
      • stylePassthrough

        TtmlDestinationSettings.Builder stylePassthrough​(TtmlStylePassthrough stylePassthrough)
        Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.
        Parameters:
        stylePassthrough - Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TtmlStylePassthrough, TtmlStylePassthrough