stats


Description:

[ NoAccessorMethod ]
public Structure stats { owned get; }

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`: UINT, clock-rate of the stream * `npt-start`: UINT64, time of playback start * `npt-stop`: UINT64, time of playback stop * `play-speed`: DOUBLE, the playback speed * `play-scale`: DOUBLE, the playback scale * `running-time-dts`: UINT64, the last running-time of the last DTS * `running-time-pts`: UINT64, the last running-time of the last PTS * `seqnum`: UINT, the last seen seqnum * `timestamp`: UINT, the last seen RTP timestamp