OBJECT

TranscodingConfigurationPostProcessing

The post-processing configuration.

link GraphQL Schema definition

  • type TranscodingConfigurationPostProcessing {
  • # The post-processing configuration ID.
  • id: ID!
  • # The date and time at which the post-processing configuration was created.
  • createdAt: DateTime
  • # The date and time at which the post-processing configuration was last updated.
  • updatedAt: DateTime
  • # 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
  • }