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 a sort buffer is enabled at the output of the encoder; 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
  • }