| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Srt |
Srt.clone() |
Srt |
Channel.getSrt()
Specifies the endpoint and optional passphrase for streaming with the SRT protocol.
|
Srt |
Srt.withEndpoint(String endpoint)
The endpoint to be used when streaming with IVS using the SRT protocol.
|
Srt |
Srt.withPassphrase(String passphrase)
Auto-generated passphrase to enable encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.setSrt(Srt srt)
Specifies the endpoint and optional passphrase for streaming with the SRT protocol.
|
Channel |
Channel.withSrt(Srt srt)
Specifies the endpoint and optional passphrase for streaming with the SRT protocol.
|
Copyright © 2024. All rights reserved.