VideoResponse

data class VideoResponse(val keyFrameInterval: String? = null, val label: String? = null, val odataType: String, val stretchMode: String? = null, val syncMode: String? = null)

Describes the basic properties for encoding the input video.

Constructors

Link copied to clipboard
constructor(keyFrameInterval: String? = null, label: String? = null, odataType: String, stretchMode: String? = null, syncMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The distance between two key frames. The value should be non-zero in the range 0.5, 20 seconds, specified in ISO 8601 format. The default is 2 seconds(PT2S). Note that this setting is ignored if VideoSyncMode.Passthrough is set, where the KeyFrameInterval value will follow the input source setting.

Link copied to clipboard
val label: String? = null

An optional label for the codec. The label can be used to control muxing behavior.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.Video'.

Link copied to clipboard
val stretchMode: String? = null

The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize

Link copied to clipboard
val syncMode: String? = null

The Video Sync Mode