Buffer.pts

gst.types.ClockTime pts() @property

Get pts field.

Returns

presentation timestamp of the buffer, can be #GST_CLOCK_TIME_NONE when the

pts is not known or relevant. The pts contains the timestamp when the media should be presented to the user.

void pts(gst.types.ClockTime propval) @property

Set pts field.

Parameters

propvalpresentation timestamp of the buffer, can be #GST_CLOCK_TIME_NONE when the pts is not known or relevant. The pts contains the timestamp when the media should be presented to the user.