Interface Scte.Builder

    • Method Detail

      • scteFilterWithStrings

        Scte.Builder scteFilterWithStrings​(Collection<String> scteFilter)

        The SCTE-35 message types that you want to be treated as ad markers in the output.

        Parameters:
        scteFilter - The SCTE-35 message types that you want to be treated as ad markers in the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scteFilterWithStrings

        Scte.Builder scteFilterWithStrings​(String... scteFilter)

        The SCTE-35 message types that you want to be treated as ad markers in the output.

        Parameters:
        scteFilter - The SCTE-35 message types that you want to be treated as ad markers in the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scteFilter

        Scte.Builder scteFilter​(Collection<ScteFilter> scteFilter)

        The SCTE-35 message types that you want to be treated as ad markers in the output.

        Parameters:
        scteFilter - The SCTE-35 message types that you want to be treated as ad markers in the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scteFilter

        Scte.Builder scteFilter​(ScteFilter... scteFilter)

        The SCTE-35 message types that you want to be treated as ad markers in the output.

        Parameters:
        scteFilter - The SCTE-35 message types that you want to be treated as ad markers in the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.