INPUT_OBJECT

TranscodingConfigurationPostProcessingInfo

A post-processing configuration definition.

link GraphQL Schema definition

  • input TranscodingConfigurationPostProcessingInfo {
  • # True if at the output of the encoder is a sort buffer is enabled; false
  • # otherwise.
  • sortBufferEnable: Boolean
  • # The duration of the sort buffer, in milliseconds.
  • sortBufferSize: Int
  • # The frequency at which the sort buffer is processed, in milliseconds.
  • sortBufferFlushInterval: Int
  • }

link Require by