VideoConfiguration
Object specifying a stream’s video configuration, as set up by the broadcaster (usually in an encoder). This is part of the IngestConfiguration object and used for monitoring stream health.
Contents
- 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.
Type: String
Required: No
- avcProfile
-
Indicates to the decoder the requirements for decoding the stream. For definitions of the valid values, see the H.264 specification.
Type: String
Required: No
- codec
-
Codec used for the video encoding.
Type: String
Required: No
- encoder
-
Software or hardware used to encode the video.
Type: String
Required: No
- targetBitrate
-
The expected ingest bitrate (bits per second). This is configured in the encoder.
Type: Long
Required: No
- targetFramerate
-
The expected ingest framerate. This is configured in the encoder.
Type: Long
Required: No
- videoHeight
-
Video-resolution height in pixels.
Type: Long
Required: No
- videoWidth
-
Video-resolution width in pixels.
Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: