Values.VideoConfigurationSourceObject specifying a stream’s video configuration, as set up by the broadcaster (usually in an encoder). This is part of the IngestConfigurations object and the deprecated IngestConfiguration object. It is used for monitoring stream health.
type nonrec t = {avcProfile : String_.t option;(Deprecated) Indicates to the decoder the requirements for decoding the stream. For definitions of the valid values, see the H.264 specification. This is populated only when VideoConfiguration is part of the deprecated IngestConfiguration; otherwise, this is an empty string.
*)avcLevel : String_.t option;(Deprecated) 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. This is populated only when VideoConfiguration is part of the deprecated IngestConfiguration; otherwise, this is an empty string.
*)codec : String_.t option;Codec used for the video encoding.
*)encoder : String_.t option;Software or hardware used to encode the video.
*)targetBitrate : Integer.t option;The expected ingest bitrate (bits per second). This is configured in the encoder.
*)targetFramerate : Integer.t option;The expected ingest framerate. This is configured in the encoder.
*)videoHeight : Integer.t option;Video-resolution height in pixels.
*)videoWidth : Integer.t option;Video-resolution width in pixels.
*)level : String_.t option;Indicates the degree of required decoder performance for a profile. Normally this is set automatically by the encoder. When an AVC codec is used, this field has the same value as avcLevel.
*)track : String_.t option;Name of the video track. If multitrack is not enabled, this is Track0 (the sole track).
*)profile : String_.t option;Indicates to the decoder the requirements for decoding the stream. When an AVC codec is used, this field has the same value as avcProfile.
*)}