public static interface VideoCodecSettings.Builder extends CopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>
| Modifier and Type | Method and Description |
|---|---|
VideoCodecSettings.Builder |
codec(String codec)
Sets the value of the Codec property for this object.
|
VideoCodecSettings.Builder |
codec(VideoCodec codec)
Sets the value of the Codec property for this object.
|
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.
|
default VideoCodecSettings.Builder |
proresSettings(Consumer<ProresSettings.Builder> proresSettings)
Sets the value of the ProresSettings property for this object.
|
VideoCodecSettings.Builder |
proresSettings(ProresSettings proresSettings)
Sets the value of the ProresSettings property for this object.
|
copyapply, buildVideoCodecSettings.Builder codec(String codec)
codec - The new value for the Codec property for this object.VideoCodec,
VideoCodecVideoCodecSettings.Builder codec(VideoCodec codec)
codec - The new value for the Codec property for this object.VideoCodec,
VideoCodecVideoCodecSettings.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)VideoCodecSettings.Builder proresSettings(ProresSettings proresSettings)
proresSettings - The new value for the ProresSettings property for this object.default VideoCodecSettings.Builder proresSettings(Consumer<ProresSettings.Builder> proresSettings)
ProresSettings.Builder avoiding the need to
create one manually via ProresSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to proresSettings(ProresSettings).proresSettings - a consumer that will call methods on ProresSettings.BuilderproresSettings(ProresSettings)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.