Interface AvailBlanking.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AvailBlanking.Builder,AvailBlanking>, SdkBuilder<AvailBlanking.Builder,AvailBlanking>, SdkPojo
Enclosing class:
AvailBlanking

public static interface AvailBlanking.Builder extends SdkPojo, CopyableBuilder<AvailBlanking.Builder,AvailBlanking>
  • Method Details

    • availBlankingImage

      AvailBlanking.Builder availBlankingImage(InputLocation availBlankingImage)
      Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.
      Parameters:
      availBlankingImage - Blanking 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.
    • availBlankingImage

      default AvailBlanking.Builder availBlankingImage(Consumer<InputLocation.Builder> availBlankingImage)
      Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported. This is a convenience method that creates an instance of the InputLocation.Builder avoiding the need to create one manually via InputLocation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to availBlankingImage(InputLocation).

      Parameters:
      availBlankingImage - a consumer that will call methods on InputLocation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
      Parameters:
      state - When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
      Parameters:
      state - When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: