public static interface OutputSettings.Builder extends SdkPojo, CopyableBuilder<OutputSettings.Builder,OutputSettings>
| Modifier and Type | Method and Description |
|---|---|
OutputSettings.Builder |
archiveOutputSettings(ArchiveOutputSettings archiveOutputSettings)
Sets the value of the ArchiveOutputSettings property for this object.
|
default OutputSettings.Builder |
archiveOutputSettings(Consumer<ArchiveOutputSettings.Builder> archiveOutputSettings)
Sets the value of the ArchiveOutputSettings property for this object.
|
default OutputSettings.Builder |
frameCaptureOutputSettings(Consumer<FrameCaptureOutputSettings.Builder> frameCaptureOutputSettings)
Sets the value of the FrameCaptureOutputSettings property for this object.
|
OutputSettings.Builder |
frameCaptureOutputSettings(FrameCaptureOutputSettings frameCaptureOutputSettings)
Sets the value of the FrameCaptureOutputSettings property for this object.
|
default OutputSettings.Builder |
hlsOutputSettings(Consumer<HlsOutputSettings.Builder> hlsOutputSettings)
Sets the value of the HlsOutputSettings property for this object.
|
OutputSettings.Builder |
hlsOutputSettings(HlsOutputSettings hlsOutputSettings)
Sets the value of the HlsOutputSettings property for this object.
|
default OutputSettings.Builder |
mediaPackageOutputSettings(Consumer<MediaPackageOutputSettings.Builder> mediaPackageOutputSettings)
Sets the value of the MediaPackageOutputSettings property for this object.
|
OutputSettings.Builder |
mediaPackageOutputSettings(MediaPackageOutputSettings mediaPackageOutputSettings)
Sets the value of the MediaPackageOutputSettings property for this object.
|
default OutputSettings.Builder |
msSmoothOutputSettings(Consumer<MsSmoothOutputSettings.Builder> msSmoothOutputSettings)
Sets the value of the MsSmoothOutputSettings property for this object.
|
OutputSettings.Builder |
msSmoothOutputSettings(MsSmoothOutputSettings msSmoothOutputSettings)
Sets the value of the MsSmoothOutputSettings property for this object.
|
default OutputSettings.Builder |
multiplexOutputSettings(Consumer<MultiplexOutputSettings.Builder> multiplexOutputSettings)
Sets the value of the MultiplexOutputSettings property for this object.
|
OutputSettings.Builder |
multiplexOutputSettings(MultiplexOutputSettings multiplexOutputSettings)
Sets the value of the MultiplexOutputSettings property for this object.
|
default OutputSettings.Builder |
rtmpOutputSettings(Consumer<RtmpOutputSettings.Builder> rtmpOutputSettings)
Sets the value of the RtmpOutputSettings property for this object.
|
OutputSettings.Builder |
rtmpOutputSettings(RtmpOutputSettings rtmpOutputSettings)
Sets the value of the RtmpOutputSettings property for this object.
|
default OutputSettings.Builder |
udpOutputSettings(Consumer<UdpOutputSettings.Builder> udpOutputSettings)
Sets the value of the UdpOutputSettings property for this object.
|
OutputSettings.Builder |
udpOutputSettings(UdpOutputSettings udpOutputSettings)
Sets the value of the UdpOutputSettings property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputSettings.Builder archiveOutputSettings(ArchiveOutputSettings archiveOutputSettings)
archiveOutputSettings - The new value for the ArchiveOutputSettings property for this object.default OutputSettings.Builder archiveOutputSettings(Consumer<ArchiveOutputSettings.Builder> archiveOutputSettings)
ArchiveOutputSettings.Builder avoiding
the need to create one manually via ArchiveOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to archiveOutputSettings(ArchiveOutputSettings).
archiveOutputSettings - a consumer that will call methods on ArchiveOutputSettings.BuilderarchiveOutputSettings(ArchiveOutputSettings)OutputSettings.Builder frameCaptureOutputSettings(FrameCaptureOutputSettings frameCaptureOutputSettings)
frameCaptureOutputSettings - The new value for the FrameCaptureOutputSettings property for this object.default OutputSettings.Builder frameCaptureOutputSettings(Consumer<FrameCaptureOutputSettings.Builder> frameCaptureOutputSettings)
FrameCaptureOutputSettings.Builder
avoiding the need to create one manually via FrameCaptureOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to frameCaptureOutputSettings(FrameCaptureOutputSettings).
frameCaptureOutputSettings - a consumer that will call methods on FrameCaptureOutputSettings.BuilderframeCaptureOutputSettings(FrameCaptureOutputSettings)OutputSettings.Builder hlsOutputSettings(HlsOutputSettings hlsOutputSettings)
hlsOutputSettings - The new value for the HlsOutputSettings property for this object.default OutputSettings.Builder hlsOutputSettings(Consumer<HlsOutputSettings.Builder> hlsOutputSettings)
HlsOutputSettings.Builder avoiding the
need to create one manually via HlsOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hlsOutputSettings(HlsOutputSettings).
hlsOutputSettings - a consumer that will call methods on HlsOutputSettings.BuilderhlsOutputSettings(HlsOutputSettings)OutputSettings.Builder mediaPackageOutputSettings(MediaPackageOutputSettings mediaPackageOutputSettings)
mediaPackageOutputSettings - The new value for the MediaPackageOutputSettings property for this object.default OutputSettings.Builder mediaPackageOutputSettings(Consumer<MediaPackageOutputSettings.Builder> mediaPackageOutputSettings)
MediaPackageOutputSettings.Builder
avoiding the need to create one manually via MediaPackageOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mediaPackageOutputSettings(MediaPackageOutputSettings).
mediaPackageOutputSettings - a consumer that will call methods on MediaPackageOutputSettings.BuildermediaPackageOutputSettings(MediaPackageOutputSettings)OutputSettings.Builder msSmoothOutputSettings(MsSmoothOutputSettings msSmoothOutputSettings)
msSmoothOutputSettings - The new value for the MsSmoothOutputSettings property for this object.default OutputSettings.Builder msSmoothOutputSettings(Consumer<MsSmoothOutputSettings.Builder> msSmoothOutputSettings)
MsSmoothOutputSettings.Builder avoiding
the need to create one manually via MsSmoothOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to msSmoothOutputSettings(MsSmoothOutputSettings).
msSmoothOutputSettings - a consumer that will call methods on MsSmoothOutputSettings.BuildermsSmoothOutputSettings(MsSmoothOutputSettings)OutputSettings.Builder multiplexOutputSettings(MultiplexOutputSettings multiplexOutputSettings)
multiplexOutputSettings - The new value for the MultiplexOutputSettings property for this object.default OutputSettings.Builder multiplexOutputSettings(Consumer<MultiplexOutputSettings.Builder> multiplexOutputSettings)
MultiplexOutputSettings.Builder avoiding
the need to create one manually via MultiplexOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to multiplexOutputSettings(MultiplexOutputSettings).
multiplexOutputSettings - a consumer that will call methods on MultiplexOutputSettings.BuildermultiplexOutputSettings(MultiplexOutputSettings)OutputSettings.Builder rtmpOutputSettings(RtmpOutputSettings rtmpOutputSettings)
rtmpOutputSettings - The new value for the RtmpOutputSettings property for this object.default OutputSettings.Builder rtmpOutputSettings(Consumer<RtmpOutputSettings.Builder> rtmpOutputSettings)
RtmpOutputSettings.Builder avoiding the
need to create one manually via RtmpOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to rtmpOutputSettings(RtmpOutputSettings).
rtmpOutputSettings - a consumer that will call methods on RtmpOutputSettings.BuilderrtmpOutputSettings(RtmpOutputSettings)OutputSettings.Builder udpOutputSettings(UdpOutputSettings udpOutputSettings)
udpOutputSettings - The new value for the UdpOutputSettings property for this object.default OutputSettings.Builder udpOutputSettings(Consumer<UdpOutputSettings.Builder> udpOutputSettings)
UdpOutputSettings.Builder avoiding the
need to create one manually via UdpOutputSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to udpOutputSettings(UdpOutputSettings).
udpOutputSettings - a consumer that will call methods on UdpOutputSettings.BuilderudpOutputSettings(UdpOutputSettings)Copyright © 2022. All rights reserved.