public static interface VideoConfiguration.Builder extends SdkPojo, CopyableBuilder<VideoConfiguration.Builder,VideoConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VideoConfiguration.Builder |
avcLevel(String avcLevel)
Indicates the degree of required decoder performance for a profile.
|
VideoConfiguration.Builder |
avcProfile(String avcProfile)
Indicates to the decoder the requirements for decoding the stream.
|
VideoConfiguration.Builder |
codec(String codec)
Codec used for the video encoding.
|
VideoConfiguration.Builder |
encoder(String encoder)
Software or hardware used to encode the video.
|
VideoConfiguration.Builder |
targetBitrate(Long targetBitrate)
The expected ingest bitrate (bits per second).
|
VideoConfiguration.Builder |
targetFramerate(Long targetFramerate)
The expected ingest framerate.
|
VideoConfiguration.Builder |
videoHeight(Long videoHeight)
Video-resolution height in pixels.
|
VideoConfiguration.Builder |
videoWidth(Long videoWidth)
Video-resolution width in pixels.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVideoConfiguration.Builder avcLevel(String avcLevel)
Indicates the degree of required decoder performance for a profile. Normally this is set automatically by the encoder. For details, see the H.264 specification.
avcLevel - Indicates the degree of required decoder performance for a profile. Normally this is set automatically
by the encoder. For details, see the H.264 specification.VideoConfiguration.Builder avcProfile(String avcProfile)
Indicates to the decoder the requirements for decoding the stream. For definitions of the valid values, see the H.264 specification.
avcProfile - Indicates to the decoder the requirements for decoding the stream. For definitions of the valid
values, see the H.264 specification.VideoConfiguration.Builder codec(String codec)
Codec used for the video encoding.
codec - Codec used for the video encoding.VideoConfiguration.Builder encoder(String encoder)
Software or hardware used to encode the video.
encoder - Software or hardware used to encode the video.VideoConfiguration.Builder targetBitrate(Long targetBitrate)
The expected ingest bitrate (bits per second). This is configured in the encoder.
targetBitrate - The expected ingest bitrate (bits per second). This is configured in the encoder.VideoConfiguration.Builder targetFramerate(Long targetFramerate)
The expected ingest framerate. This is configured in the encoder.
targetFramerate - The expected ingest framerate. This is configured in the encoder.VideoConfiguration.Builder videoHeight(Long videoHeight)
Video-resolution height in pixels.
videoHeight - Video-resolution height in pixels.VideoConfiguration.Builder videoWidth(Long videoWidth)
Video-resolution width in pixels.
videoWidth - Video-resolution width in pixels.Copyright © 2023. All rights reserved.