SrtOutputSettings.Builder |
SrtOutputSettings.Builder.bufferMsec(Integer bufferMsec) |
SRT output buffering in milliseconds.
|
static SrtOutputSettings.Builder |
SrtOutputSettings.builder() |
|
default SrtOutputSettings.Builder |
SrtOutputSettings.Builder.containerSettings(Consumer<UdpContainerSettings.Builder> containerSettings) |
Sets the value of the ContainerSettings property for this object.
|
SrtOutputSettings.Builder |
SrtOutputSettings.Builder.containerSettings(UdpContainerSettings containerSettings) |
Sets the value of the ContainerSettings property for this object.
|
default SrtOutputSettings.Builder |
SrtOutputSettings.Builder.destination(Consumer<OutputLocationRef.Builder> destination) |
Sets the value of the Destination property for this object.
|
SrtOutputSettings.Builder |
SrtOutputSettings.Builder.destination(OutputLocationRef destination) |
Sets the value of the Destination property for this object.
|
SrtOutputSettings.Builder |
SrtOutputSettings.Builder.encryptionType(String encryptionType) |
The encryption level for the content.
|
SrtOutputSettings.Builder |
SrtOutputSettings.Builder.encryptionType(SrtEncryptionType encryptionType) |
The encryption level for the content.
|
SrtOutputSettings.Builder |
SrtOutputSettings.Builder.latency(Integer latency) |
The latency value, in milliseconds, that is proposed during the SRT connection handshake.
|
SrtOutputSettings.Builder |
SrtOutputSettings.toBuilder() |
|