OBJECT

TranscodingConfigurationDecodingVideo

The decoding configuration.

link GraphQL Schema definition

  • type TranscodingConfigurationDecodingVideo {
  • # The decoding configuration ID.
  • id: ID!
  • # The date and time at which the decoding configuration was created.
  • createdAt: DateTime
  • # The date and time at which the decoding configuration was last updated.
  • updatedAt: DateTime
  • # If true, deinterlaces the video after decoding. If false, the video isn't
  • # deinterlaced.
  • deinterlace: Boolean
  • # The decoder implementation. Valid values: default, QuickSync
  • implementation: String
  • # A collection of parameters to control video decoding.
  • parameters: [TranscoderParameterDecodingVideo]
  • }