public static interface VideoMetadata.Builder extends SdkPojo, CopyableBuilder<VideoMetadata.Builder,VideoMetadata>
| Modifier and Type | Method and Description |
|---|---|
VideoMetadata.Builder |
codec(String codec)
Type of compression used in the analyzed video.
|
VideoMetadata.Builder |
colorRange(String colorRange)
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
|
VideoMetadata.Builder |
colorRange(VideoColorRange colorRange)
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
|
VideoMetadata.Builder |
durationMillis(Long durationMillis)
Length of the video in milliseconds.
|
VideoMetadata.Builder |
format(String format)
Format of the analyzed video.
|
VideoMetadata.Builder |
frameHeight(Long frameHeight)
Vertical pixel dimension of the video.
|
VideoMetadata.Builder |
frameRate(Float frameRate)
Number of frames per second in the video.
|
VideoMetadata.Builder |
frameWidth(Long frameWidth)
Horizontal pixel dimension of the video.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVideoMetadata.Builder codec(String codec)
Type of compression used in the analyzed video.
codec - Type of compression used in the analyzed video.VideoMetadata.Builder durationMillis(Long durationMillis)
Length of the video in milliseconds.
durationMillis - Length of the video in milliseconds.VideoMetadata.Builder format(String format)
Format of the analyzed video. Possible values are MP4, MOV and AVI.
format - Format of the analyzed video. Possible values are MP4, MOV and AVI.VideoMetadata.Builder frameRate(Float frameRate)
Number of frames per second in the video.
frameRate - Number of frames per second in the video.VideoMetadata.Builder frameHeight(Long frameHeight)
Vertical pixel dimension of the video.
frameHeight - Vertical pixel dimension of the video.VideoMetadata.Builder frameWidth(Long frameWidth)
Horizontal pixel dimension of the video.
frameWidth - Horizontal pixel dimension of the video.VideoMetadata.Builder colorRange(String colorRange)
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
colorRange - A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to
255).VideoColorRange,
VideoColorRangeVideoMetadata.Builder colorRange(VideoColorRange colorRange)
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
colorRange - A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to
255).VideoColorRange,
VideoColorRangeCopyright © 2022. All rights reserved.