| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
SrtCallerSource |
SrtCallerSource.clone() |
SrtCallerSource |
SrtCallerSource.withDecryption(SrtCallerDecryption decryption) |
SrtCallerSource |
SrtCallerSource.withMinimumLatency(Integer minimumLatency)
The preferred latency (in milliseconds) for implementing packet loss and recovery.
|
SrtCallerSource |
SrtCallerSource.withSrtListenerAddress(String srtListenerAddress)
The IP address at the upstream system (the listener) that MediaLive (the caller) connects to.
|
SrtCallerSource |
SrtCallerSource.withSrtListenerPort(String srtListenerPort)
The port at the upstream system (the listener) that MediaLive (the caller) connects to.
|
SrtCallerSource |
SrtCallerSource.withStreamId(String streamId)
The stream ID, if the upstream system uses this identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<SrtCallerSource> |
SrtSettings.getSrtCallerSources() |
| Modifier and Type | Method and Description |
|---|---|
SrtSettings |
SrtSettings.withSrtCallerSources(SrtCallerSource... srtCallerSources)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SrtSettings.setSrtCallerSources(Collection<SrtCallerSource> srtCallerSources) |
SrtSettings |
SrtSettings.withSrtCallerSources(Collection<SrtCallerSource> srtCallerSources) |
Copyright © 2024. All rights reserved.