OBJECT

TranscodingConfigurationScaling

The video scaling configuration.

link GraphQL Schema definition

  • type TranscodingConfigurationScaling {
  • # The video scaling configuration ID.
  • id: ID!
  • # The date and time at which the video scaling configuration was created.
  • createdAt: DateTime
  • # The date and time at which the video scaling configuration was last updated.
  • updatedAt: DateTime
  • # The video scaling implementation. Valid values: default, OpenCL
  • implementation: String
  • # The video scaling flags.
  • flags: Long
  • }