Interface Srt.Builder

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

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

    • endpoint

      Srt.Builder endpoint(String endpoint)

      The endpoint to be used when streaming with IVS using the SRT protocol.

      Parameters:
      endpoint - The endpoint to be used when streaming with IVS using the SRT protocol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passphrase

      Srt.Builder passphrase(String passphrase)

      Auto-generated passphrase to enable encryption. This field is applicable only if the end user has not enabled the insecureIngest option for the channel.

      Parameters:
      passphrase - Auto-generated passphrase to enable encryption. This field is applicable only if the end user has not enabled the insecureIngest option for the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.