prev_pts_at_offset


Description:

[ Version ( since = "1.2" ) ]
public ClockTime prev_pts_at_offset (size_t offset, out uint64 distance)

Get the pts that was before the byte at offset offset in the adapter.

When distance is given, the amount of bytes between the pts and the current position is returned.

The pts is reset to GST_CLOCK_TIME_NONE and the distance is set to 0 when the adapter is first created or when it is cleared. This also means that before the first byte with a pts is removed from the adapter, the pts and distance returned are GST_CLOCK_TIME_NONE and 0 respectively.

Parameters:

this

a Adapter

offset

the offset in the adapter at which to get timestamp

distance

pointer to location for distance, or null

Returns:

The previously seen pts at given offset.