Class ScteDash

    • Method Detail

      • adMarkerDash

        public final AdMarkerDash adMarkerDash()

        Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.

        Value description:

        • Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.

        • XML - The SCTE marker is expressed fully in XML.

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

        Returns:
        Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.

        Value description:

        • Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.

        • XML - The SCTE marker is expressed fully in XML.

        See Also:
        AdMarkerDash
      • adMarkerDashAsString

        public final String adMarkerDashAsString()

        Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.

        Value description:

        • Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.

        • XML - The SCTE marker is expressed fully in XML.

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

        Returns:
        Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.

        Value description:

        • Binary - The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML.

        • XML - The SCTE marker is expressed fully in XML.

        See Also:
        AdMarkerDash
      • 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)