VideoConfiguration.Builder |
VideoConfiguration.Builder.avcLevel(String avcLevel) |
Indicates the degree of required decoder performance for a profile.
|
VideoConfiguration.Builder |
VideoConfiguration.Builder.avcProfile(String avcProfile) |
Indicates to the decoder the requirements for decoding the stream.
|
static VideoConfiguration.Builder |
VideoConfiguration.builder() |
|
VideoConfiguration.Builder |
VideoConfiguration.Builder.codec(String codec) |
Codec used for the video encoding.
|
VideoConfiguration.Builder |
VideoConfiguration.Builder.encoder(String encoder) |
Software or hardware used to encode the video.
|
VideoConfiguration.Builder |
VideoConfiguration.Builder.targetBitrate(Long targetBitrate) |
The expected ingest bitrate (bits per second).
|
VideoConfiguration.Builder |
VideoConfiguration.Builder.targetFramerate(Long targetFramerate) |
The expected ingest framerate.
|
VideoConfiguration.Builder |
VideoConfiguration.toBuilder() |
|
VideoConfiguration.Builder |
VideoConfiguration.Builder.videoHeight(Long videoHeight) |
Video-resolution height in pixels.
|
VideoConfiguration.Builder |
VideoConfiguration.Builder.videoWidth(Long videoWidth) |
Video-resolution width in pixels.
|