[ Version ( since = "1.18" ) ]
public signal void samples_selected (Segment segment, uint64 pts, uint64 dts, uint64 duration, Structure? info)
Signals that the Aggregator subclass has selected the next set of input samples it will aggregate.
Handlers may call peek_next_sample at that point.
segment |
The Segment the next output buffer is part of |
pts |
The presentation timestamp of the next output buffer |
dts |
The decoding timestamp of the next output buffer |
duration |
The duration of the next output buffer |
info |
a Structure containing additional information |