Enums

Details

class GstBase.AggregatorStartTimeSelection(value)

Bases: GObject.GEnum

New in version 1.18.

ZERO = 0

Start at running time 0.

FIRST = 1

Start at the running time of the first buffer that is received.

SET = 2

Start at the running time selected by the start-time property.

NOW = 3

Start at the current running time when reaching Gst.State.PLAYING.

New in version 1.28.