CopyVideoArgs

data class CopyVideoArgs(val label: Output<String>? = null, val odataType: Output<String>) : ConvertibleToJava<CopyVideoArgs>

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

Constructors

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

Properties

Link copied to clipboard
val label: Output<String>? = null

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

Link copied to clipboard
val odataType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): CopyVideoArgs