EncoderCustomPresetResponse

data class EncoderCustomPresetResponse(val audioEncoder: AudioEncoderAacResponse? = null, val type: String, val videoEncoder: VideoEncoderH264Response? = null)

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

Constructors

Link copied to clipboard
constructor(audioEncoder: AudioEncoderAacResponse? = null, type: String, videoEncoder: VideoEncoderH264Response? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes a custom preset for encoding audio.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.EncoderCustomPreset'.

Link copied to clipboard

Describes a custom preset for encoding video.