CopyVideoResponse

data class CopyVideoResponse(val label: String? = null, val odataType: String)

A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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.CopyVideo'.