Interface ThumbnailConfiguration.Builder

    • Method Detail

      • state

        ThumbnailConfiguration.Builder state​(String state)
        Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
        Parameters:
        state - Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThumbnailState, ThumbnailState
      • state

        ThumbnailConfiguration.Builder state​(ThumbnailState state)
        Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
        Parameters:
        state - Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in the channel. AUTO turns the feature on, DISABLE turns the feature off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ThumbnailState, ThumbnailState