static AddOutputRequest.Builder |
AddOutputRequest.builder() |
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.cidrAllowList(String... cidrAllowList) |
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.cidrAllowList(Collection<String> cidrAllowList) |
The range of IP addresses that should be allowed to initiate output requests to this flow.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.description(String description) |
A description of the output.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.destination(String destination) |
The IP address from which video will be sent to output destinations.
|
default AddOutputRequest.Builder |
AddOutputRequest.Builder.encryption(Consumer<Encryption.Builder> encryption) |
The type of key used for the encryption.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.encryption(Encryption encryption) |
The type of key used for the encryption.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.maxLatency(Integer maxLatency) |
The maximum latency in milliseconds.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.mediaStreamOutputConfigurations(Collection<MediaStreamOutputConfigurationRequest> mediaStreamOutputConfigurations) |
The media streams that are associated with the output, and the parameters for those associations.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.mediaStreamOutputConfigurations(Consumer<MediaStreamOutputConfigurationRequest.Builder>... mediaStreamOutputConfigurations) |
The media streams that are associated with the output, and the parameters for those associations.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.mediaStreamOutputConfigurations(MediaStreamOutputConfigurationRequest... mediaStreamOutputConfigurations) |
The media streams that are associated with the output, and the parameters for those associations.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.minLatency(Integer minLatency) |
The minimum latency in milliseconds for SRT-based streams.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.name(String name) |
The name of the output.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.outputStatus(String outputStatus) |
An indication of whether the new output should be enabled or disabled as soon as it is created.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.outputStatus(OutputStatus outputStatus) |
An indication of whether the new output should be enabled or disabled as soon as it is created.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.port(Integer port) |
The port to use when content is distributed to this output.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.protocol(String protocol) |
The protocol to use for the output.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.protocol(Protocol protocol) |
The protocol to use for the output.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.remoteId(String remoteId) |
The remote ID for the Zixi-pull output stream.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.senderControlPort(Integer senderControlPort) |
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.smoothingLatency(Integer smoothingLatency) |
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.streamId(String streamId) |
The stream ID that you want to use for this transport.
|
AddOutputRequest.Builder |
AddOutputRequest.toBuilder() |
|
default AddOutputRequest.Builder |
AddOutputRequest.Builder.vpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> vpcInterfaceAttachment) |
The name of the VPC interface attachment to use for this output.
|
AddOutputRequest.Builder |
AddOutputRequest.Builder.vpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment) |
The name of the VPC interface attachment to use for this output.
|