EncoderProcessorResponse

data class EncoderProcessorResponse(val inputs: List<NodeInputResponse>, val name: String, val preset: Either<EncoderCustomPresetResponse, EncoderSystemPresetResponse>, val type: String)

Encoder processor allows for encoding of the input content. For example, it can used to change the resolution from 4K to 1280x720.

Constructors

Link copied to clipboard
constructor(inputs: List<NodeInputResponse>, name: String, preset: Either<EncoderCustomPresetResponse, EncoderSystemPresetResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of upstream node references within the topology to be used as inputs for this node.

Link copied to clipboard

Node name. Must be unique within the topology.

Link copied to clipboard

The encoder preset, which defines the recipe or instructions on how the input content should be processed.

Link copied to clipboard

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