OBJECT

NearRealTimeDataAudioDecoderInfo

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

link GraphQL Schema definition

  • type NearRealTimeDataAudioDecoderInfo {
  • # The total number of decoded frames.
  • lastDecodedAudioFrameCount: Long
  • # The timecode of the last decoded frame.
  • lastDecodedAudioFrameTimecode: Long
  • # The sample rate of the last decoded frame.
  • lastDecodedAudioSampleRate: Int
  • # The number of channels of the last decoded frame.
  • lastDecodedAudioChannels: Int
  • }