static VideoCodecSettings.Builder |
VideoCodecSettings.builder() |
|
default VideoCodecSettings.Builder |
VideoCodecSettings.Builder.frameCaptureSettings(Consumer<FrameCaptureSettings.Builder> frameCaptureSettings) |
Sets the value of the FrameCaptureSettings property for this object.
|
VideoCodecSettings.Builder |
VideoCodecSettings.Builder.frameCaptureSettings(FrameCaptureSettings frameCaptureSettings) |
Sets the value of the FrameCaptureSettings property for this object.
|
default VideoCodecSettings.Builder |
VideoCodecSettings.Builder.h264Settings(Consumer<H264Settings.Builder> h264Settings) |
Sets the value of the H264Settings property for this object.
|
VideoCodecSettings.Builder |
VideoCodecSettings.Builder.h264Settings(H264Settings h264Settings) |
Sets the value of the H264Settings property for this object.
|
default VideoCodecSettings.Builder |
VideoCodecSettings.Builder.h265Settings(Consumer<H265Settings.Builder> h265Settings) |
Sets the value of the H265Settings property for this object.
|
VideoCodecSettings.Builder |
VideoCodecSettings.Builder.h265Settings(H265Settings h265Settings) |
Sets the value of the H265Settings property for this object.
|
default VideoCodecSettings.Builder |
VideoCodecSettings.Builder.mpeg2Settings(Consumer<Mpeg2Settings.Builder> mpeg2Settings) |
Sets the value of the Mpeg2Settings property for this object.
|
VideoCodecSettings.Builder |
VideoCodecSettings.Builder.mpeg2Settings(Mpeg2Settings mpeg2Settings) |
Sets the value of the Mpeg2Settings property for this object.
|
VideoCodecSettings.Builder |
VideoCodecSettings.toBuilder() |
|