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 |
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.
|
copy
applyMutation, build
VideoMetadata.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.