OBJECT

TranscoderParameterVideo

An encoding parameter.

link GraphQL Schema definition

  • type TranscoderParameterVideo {
  • # The property ID.
  • id: ID!
  • # The property name.
  • name: String!
  • # The property value.
  • value: String!
  • # The property type. Valid values: Integer, Long, Boolean, String, Float, Double
  • type: String!
  • }