Class Scte20SourceSettings

    • Method Detail

      • convert608To708

        public final Scte20Convert608To708 convert608To708()
        If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.

        If the service returns an enum value that is not available in the current SDK version, convert608To708 will return Scte20Convert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from convert608To708AsString().

        Returns:
        If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.
        See Also:
        Scte20Convert608To708
      • convert608To708AsString

        public final String convert608To708AsString()
        If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.

        If the service returns an enum value that is not available in the current SDK version, convert608To708 will return Scte20Convert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from convert608To708AsString().

        Returns:
        If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.
        See Also:
        Scte20Convert608To708
      • source608ChannelNumber

        public final Integer source608ChannelNumber()
        Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
        Returns:
        Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)