public static interface TeletextSourceSettings.Builder extends SdkPojo, CopyableBuilder<TeletextSourceSettings.Builder,TeletextSourceSettings>
| Modifier and Type | Method and Description |
|---|---|
TeletextSourceSettings.Builder |
outputRectangle(CaptionRectangle outputRectangle)
Optionally defines a region where TTML style captions will be displayed
|
default TeletextSourceSettings.Builder |
outputRectangle(Consumer<CaptionRectangle.Builder> outputRectangle)
Optionally defines a region where TTML style captions will be displayed This is a convenience method that
creates an instance of the
CaptionRectangle.Builder avoiding the need to create one manually via
CaptionRectangle.builder(). |
TeletextSourceSettings.Builder |
pageNumber(String pageNumber)
Specifies the teletext page number within the data stream from which to extract captions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTeletextSourceSettings.Builder outputRectangle(CaptionRectangle outputRectangle)
outputRectangle - Optionally defines a region where TTML style captions will be displayeddefault TeletextSourceSettings.Builder outputRectangle(Consumer<CaptionRectangle.Builder> outputRectangle)
CaptionRectangle.Builder avoiding the need to create one manually via
CaptionRectangle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputRectangle(CaptionRectangle).
outputRectangle - a consumer that will call methods on CaptionRectangle.BuilderoutputRectangle(CaptionRectangle)TeletextSourceSettings.Builder pageNumber(String pageNumber)
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.Copyright © 2022. All rights reserved.