| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
SrtCallerSourceRequest |
SrtCallerSourceRequest.clone() |
SrtCallerSourceRequest |
SrtCallerSourceRequest.withDecryption(SrtCallerDecryptionRequest decryption) |
SrtCallerSourceRequest |
SrtCallerSourceRequest.withMinimumLatency(Integer minimumLatency)
The preferred latency (in milliseconds) for implementing packet loss and recovery.
|
SrtCallerSourceRequest |
SrtCallerSourceRequest.withSrtListenerAddress(String srtListenerAddress)
The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
SrtCallerSourceRequest |
SrtCallerSourceRequest.withSrtListenerPort(String srtListenerPort)
The port at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
SrtCallerSourceRequest |
SrtCallerSourceRequest.withStreamId(String streamId)
This value is required if the upstream system uses this identifier because without it, the SRT handshake between
MediaLive (the caller) and the upstream system (the listener) might fail.
|
| Modifier and Type | Method and Description |
|---|---|
List<SrtCallerSourceRequest> |
SrtSettingsRequest.getSrtCallerSources() |
| Modifier and Type | Method and Description |
|---|---|
SrtSettingsRequest |
SrtSettingsRequest.withSrtCallerSources(SrtCallerSourceRequest... srtCallerSources)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SrtSettingsRequest.setSrtCallerSources(Collection<SrtCallerSourceRequest> srtCallerSources) |
SrtSettingsRequest |
SrtSettingsRequest.withSrtCallerSources(Collection<SrtCallerSourceRequest> srtCallerSources) |
Copyright © 2024. All rights reserved.