Interface TeletextSourceSettings.Builder

    • Method Detail

      • outputRectangle

        TeletextSourceSettings.Builder outputRectangle​(CaptionRectangle outputRectangle)
        Optionally defines a region where TTML style captions will be displayed
        Parameters:
        outputRectangle - Optionally defines a region where TTML style captions will be displayed
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageNumber

        TeletextSourceSettings.Builder pageNumber​(String pageNumber)
        Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x" prefix.
        Parameters:
        pageNumber - Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x" prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.