RTPBaseDepayload.stats

Get stats property.

class RTPBaseDepayload
@property
stats
()

Return Value

Type: gst.structure.Structure

Various depayloader statistics retrieved atomically (and are therefore synchroized with each other). This property return a GstStructure named application/x-rtp-depayload-stats containing the following fields relating to the last processed buffer and current state of the stream being depayloaded:

  • clock-rate: #G_TYPE_UINT, clock-rate of the stream
  • npt-start: #G_TYPE_UINT64, time of playback start
  • npt-stop: #G_TYPE_UINT64, time of playback stop
  • play-speed: #G_TYPE_DOUBLE, the playback speed
  • play-scale: #G_TYPE_DOUBLE, the playback scale
  • running-time-dts: #G_TYPE_UINT64, the last running-time of the last DTS
  • running-time-pts: #G_TYPE_UINT64, the last running-time of the last PTS
  • seqnum: #G_TYPE_UINT, the last seen seqnum
  • timestamp: #G_TYPE_UINT, the last seen RTP timestamp