Uses of Interface
software.amazon.awssdk.services.ivs.model.Srt.Builder
-
Packages that use Srt.Builder Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of Srt.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return Srt.Builder Modifier and Type Method Description static Srt.BuilderSrt. builder()Srt.BuilderSrt.Builder. endpoint(String endpoint)The endpoint to be used when streaming with IVS using the SRT protocol.Srt.BuilderSrt.Builder. passphrase(String passphrase)Auto-generated passphrase to enable encryption.Srt.BuilderSrt. toBuilder()Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type Srt.Builder Modifier and Type Method Description static Class<? extends Srt.Builder>Srt. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type Srt.Builder Modifier and Type Method Description default Channel.BuilderChannel.Builder. srt(Consumer<Srt.Builder> srt)Specifies the endpoint and optional passphrase for streaming with the SRT protocol.
-