Interface BlackoutSlate.Builder

    • Method Detail

      • blackoutSlateImage

        BlackoutSlate.Builder blackoutSlateImage​(InputLocation blackoutSlateImage)
        Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.
        Parameters:
        blackoutSlateImage - Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkEndBlackout

        BlackoutSlate.Builder networkEndBlackout​(String networkEndBlackout)
        Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in "Network ID".
        Parameters:
        networkEndBlackout - Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in "Network ID".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BlackoutSlateNetworkEndBlackout, BlackoutSlateNetworkEndBlackout
      • networkEndBlackout

        BlackoutSlate.Builder networkEndBlackout​(BlackoutSlateNetworkEndBlackout networkEndBlackout)
        Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in "Network ID".
        Parameters:
        networkEndBlackout - Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered. The blackout will be lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in "Network ID".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BlackoutSlateNetworkEndBlackout, BlackoutSlateNetworkEndBlackout
      • networkEndBlackoutImage

        BlackoutSlate.Builder networkEndBlackoutImage​(InputLocation networkEndBlackoutImage)
        Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output raster.
        Parameters:
        networkEndBlackoutImage - Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire output raster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkId

        BlackoutSlate.Builder networkId​(String networkId)
        Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
        Parameters:
        networkId - Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        BlackoutSlate.Builder state​(String state)
        When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
        Parameters:
        state - When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BlackoutSlateState, BlackoutSlateState
      • state

        BlackoutSlate.Builder state​(BlackoutSlateState state)
        When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
        Parameters:
        state - When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BlackoutSlateState, BlackoutSlateState