public static interface VideoCodecSettings.Builder extends SdkPojo, CopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>
| Modifier and Type | Method and Description |
|---|---|
default VideoCodecSettings.Builder |
frameCaptureSettings(Consumer<FrameCaptureSettings.Builder> frameCaptureSettings)
Sets the value of the FrameCaptureSettings property for this object.
|
VideoCodecSettings.Builder |
frameCaptureSettings(FrameCaptureSettings frameCaptureSettings)
Sets the value of the FrameCaptureSettings property for this object.
|
default VideoCodecSettings.Builder |
h264Settings(Consumer<H264Settings.Builder> h264Settings)
Sets the value of the H264Settings property for this object.
|
VideoCodecSettings.Builder |
h264Settings(H264Settings h264Settings)
Sets the value of the H264Settings property for this object.
|
default VideoCodecSettings.Builder |
h265Settings(Consumer<H265Settings.Builder> h265Settings)
Sets the value of the H265Settings property for this object.
|
VideoCodecSettings.Builder |
h265Settings(H265Settings h265Settings)
Sets the value of the H265Settings property for this object.
|
default VideoCodecSettings.Builder |
mpeg2Settings(Consumer<Mpeg2Settings.Builder> mpeg2Settings)
Sets the value of the Mpeg2Settings property for this object.
|
VideoCodecSettings.Builder |
mpeg2Settings(Mpeg2Settings mpeg2Settings)
Sets the value of the Mpeg2Settings property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVideoCodecSettings.Builder frameCaptureSettings(FrameCaptureSettings frameCaptureSettings)
frameCaptureSettings - The new value for the FrameCaptureSettings property for this object.default VideoCodecSettings.Builder frameCaptureSettings(Consumer<FrameCaptureSettings.Builder> frameCaptureSettings)
FrameCaptureSettings.Builder avoiding
the need to create one manually via FrameCaptureSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to frameCaptureSettings(FrameCaptureSettings).
frameCaptureSettings - a consumer that will call methods on FrameCaptureSettings.BuilderframeCaptureSettings(FrameCaptureSettings)VideoCodecSettings.Builder h264Settings(H264Settings h264Settings)
h264Settings - The new value for the H264Settings property for this object.default VideoCodecSettings.Builder h264Settings(Consumer<H264Settings.Builder> h264Settings)
H264Settings.Builder avoiding the need
to create one manually via H264Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to h264Settings(H264Settings).
h264Settings - a consumer that will call methods on H264Settings.Builderh264Settings(H264Settings)VideoCodecSettings.Builder h265Settings(H265Settings h265Settings)
h265Settings - The new value for the H265Settings property for this object.default VideoCodecSettings.Builder h265Settings(Consumer<H265Settings.Builder> h265Settings)
H265Settings.Builder avoiding the need
to create one manually via H265Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to h265Settings(H265Settings).
h265Settings - a consumer that will call methods on H265Settings.Builderh265Settings(H265Settings)VideoCodecSettings.Builder mpeg2Settings(Mpeg2Settings mpeg2Settings)
mpeg2Settings - The new value for the Mpeg2Settings property for this object.default VideoCodecSettings.Builder mpeg2Settings(Consumer<Mpeg2Settings.Builder> mpeg2Settings)
Mpeg2Settings.Builder avoiding the need
to create one manually via Mpeg2Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mpeg2Settings(Mpeg2Settings).
mpeg2Settings - a consumer that will call methods on Mpeg2Settings.Buildermpeg2Settings(Mpeg2Settings)Copyright © 2022. All rights reserved.