Codec interface

Describes the basic properties of all codecs.

Properties

label

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

odataType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

label

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

label?: string

Property Value

string

odataType

Polymorphic discriminator, which specifies the different types this object can be

odataType: "#Microsoft.Media.AacAudio" | "#Microsoft.Media.Audio" | "#Microsoft.Media.DDAudio" | "#Microsoft.Media.Video" | "#Microsoft.Media.H265Video" | "#Microsoft.Media.CopyVideo" | "#Microsoft.Media.Image" | "#Microsoft.Media.CopyAudio" | "#Microsoft.Media.H264Video" | "#Microsoft.Media.JpgImage" | "#Microsoft.Media.PngImage"

Property Value

"#Microsoft.Media.AacAudio" | "#Microsoft.Media.Audio" | "#Microsoft.Media.DDAudio" | "#Microsoft.Media.Video" | "#Microsoft.Media.H265Video" | "#Microsoft.Media.CopyVideo" | "#Microsoft.Media.Image" | "#Microsoft.Media.CopyAudio" | "#Microsoft.Media.H264Video" | "#Microsoft.Media.JpgImage" | "#Microsoft.Media.PngImage"