ENUM

ENUM_ENCODERSTATUS

The set of encoder status values.

link GraphQL Schema definition

  • enum ENUM_ENCODERSTATUS {
  • # The encoder is newly created.
  • CREATE
  • # The encoder is associated with a broadcast and the broadcast is in an idle
  • # state.
  • IDLE
  • # The encoder is associated with a broadcast and the broadcast is in a preview
  • # state.
  • PREVIEW
  • # The encoder is associated with a broadcast and the broadcast is in a live state.
  • LIVE
  • # The encoder is associated with a broadcast and the broadcast is in a stopped
  • # state.
  • STOPPED
  • # The encoder isn't associated with a broadcast.
  • DISCONNECTED
  • # The encoder software is being updated.
  • UPDATING
  • }