EncoderCustomPreset type

Describes a custom preset for encoding the input content using the encoder processor.

type EncoderCustomPreset = EncoderPresetBase & {
  audioEncoder?: AudioEncoderBaseUnion
  type: "#Microsoft.VideoAnalyzer.EncoderCustomPreset"
  videoEncoder?: VideoEncoderBaseUnion
}