OBJECT

NearRealTimeDataVideoDecoderCaptureInfo

The video decoder capture information. This represents the input to the encoder.

link GraphQL Schema definition

  • type NearRealTimeDataVideoDecoderCaptureInfo {
  • # The total number of frames that were dropped due to the encoder being slower
  • # than real-time.
  • droppedFrames: Int
  • # The total number of video frames sent from capture to the scaler.
  • frameCountTotal: Long
  • # The timecode, in milliseconds, of the last video frame sent from capture to the
  • # scaler.
  • lastTimecode: Long
  • # The total number of frames that are waiting to be sent from capture to the
  • # scaler. This value should be near zero.
  • frameSyncCount: Int
  • }