OBJECT

NearRealTimeDataCaptureSessionAudioLevelData

The audio level data.

link GraphQL Schema definition

  • type NearRealTimeDataCaptureSessionAudioLevelData {
  • # The timecode of the this audio sample, in milliseconds.
  • timecode: Long
  • # The average left audio level for the last audio frame.
  • averageLeft: Int
  • # The average right audio level for the last audio frame.
  • averageRight: Int
  • # The peak left audio level for the last audio frame.
  • peakLeft: Int
  • # The peak right audio level for the last audio frame.
  • peakRight: Int
  • }