Encoder Processor Response
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)