StreamProtectOptions.Builder

  • The StreamProtectOptions.Builder class is deprecated and will be shut down in 2023 along with the Stream Protect API.

  • All public constructors and methods within this class, such as Builder(), build(), setClockType(), and setExpectedFps(), are also deprecated due to the API shutdown.

  • This class is intended to build StreamProtectOptions objects, but its functionality is being removed.

public static class StreamProtectOptions.Builder extends Object

This class is deprecated.
The Stream Protect API will be shutdown in 2023.

Builder to create a StreamProtectOptions.

Public Constructor Summary

Builder()
This constructor is deprecated. The Stream Protect API will be shutdown in 2023.

Public Method Summary

StreamProtectOptions
build()
This method is deprecated. The Stream Protect API will be shutdown in 2023.
StreamProtectOptions.Builder
setClockType(ClockType clockType)
This method is deprecated. The Stream Protect API will be shutdown in 2023.
StreamProtectOptions.Builder
setExpectedFps(int expectedFps)
This method is deprecated. The Stream Protect API will be shutdown in 2023.

Inherited Method Summary

Public Constructors

public Builder ()

This constructor is deprecated.
The Stream Protect API will be shutdown in 2023.

Constructor.

Public Methods

public StreamProtectOptions build ()

This method is deprecated.
The Stream Protect API will be shutdown in 2023.

Create a mutable StreamProtectOptions.

public StreamProtectOptions.Builder setClockType (ClockType clockType)

This method is deprecated.
The Stream Protect API will be shutdown in 2023.

Setter for clockType.

public StreamProtectOptions.Builder setExpectedFps (int expectedFps)

This method is deprecated.
The Stream Protect API will be shutdown in 2023.

Setter for expectedFps.