OBJECT

NearRealTimeDataVideoDecoderInfo

The video decoder information. This represents the output from the video decoder.

link GraphQL Schema definition

  • type NearRealTimeDataVideoDecoderInfo {
  • # The total number of decoded frames.
  • lastDecodedVideoFrameCount: Long
  • # The timecode of the last decoded frame.
  • lastDecodedVideoFrameTimecode: Long
  • # The timecode of the last decoded keyframe.
  • lastDecodedVideoKeyFrameTimecode: Long
  • # The width of the last decoded frame.
  • lastDecodedVideoFrameWidth: Int
  • # The height of the last decoded frame.
  • lastDecodedVideoFrameHeight: Int
  • # The display width of the last decoded frame.
  • lastDecodedVideoFrameDisplayWidth: Int
  • # The display height of the last decoded frame.
  • lastDecodedVideoFrameDisplayHeight: Int
  • # The frame rate of the last decoded frame.
  • lastDecodedVideoFrameRate: Float
  • }