static SrtCallerSourceRequest.Builder |
SrtCallerSourceRequest.builder() |
|
default SrtCallerSourceRequest.Builder |
SrtCallerSourceRequest.Builder.decryption(Consumer<SrtCallerDecryptionRequest.Builder> decryption) |
Sets the value of the Decryption property for this object.
|
SrtCallerSourceRequest.Builder |
SrtCallerSourceRequest.Builder.decryption(SrtCallerDecryptionRequest decryption) |
Sets the value of the Decryption property for this object.
|
SrtCallerSourceRequest.Builder |
SrtCallerSourceRequest.Builder.minimumLatency(Integer minimumLatency) |
The preferred latency (in milliseconds) for implementing packet loss and recovery.
|
SrtCallerSourceRequest.Builder |
SrtCallerSourceRequest.Builder.srtListenerAddress(String srtListenerAddress) |
The IP address at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
SrtCallerSourceRequest.Builder |
SrtCallerSourceRequest.Builder.srtListenerPort(String srtListenerPort) |
The port at the upstream system (the listener) that MediaLive (the caller) will connect to.
|
SrtCallerSourceRequest.Builder |
SrtCallerSourceRequest.Builder.streamId(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.
|
SrtCallerSourceRequest.Builder |
SrtCallerSourceRequest.toBuilder() |
|