OBJECT

EncoderGroup

A collection of encoders.

link GraphQL Schema definition

  • type EncoderGroup implements IExtraProperties {
  • # The encoder group ID.
  • id: ID!
  • # The encoder group name.
  • name: String!
  • # The parent namespace to which this encoder belongs.
  • namespace: Namespace!
  • # The date and time at which the encoder group was created.
  • createdAt: DateTime
  • # The date and time at which the encoder group was last udpated.
  • updatedAt: DateTime
  • # The collection of encoders.
  • encoders: [Encoder]
  • # A collection of user-defined name-value pairs.
  • extraProperties: [ExtraPropertyEncoderGroup]
  • }