signal callback delegate or function to connect
void callback(gst.segment.Segment segment, ulong pts, ulong dts, ulong duration, gst.structure.Structure info, gstbase.aggregator.Aggregator aggregator)
segment The #GstSegment the next output buffer is part of (optional)
pts The presentation timestamp of the next output buffer (optional)
dts The decoding timestamp of the next output buffer (optional)
duration The duration of the next output buffer (optional)
info a #GstStructure containing additional information (optional)
aggregator the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to SamplesSelected signal.
Signals that the #GstAggregator subclass has selected the next set of input samples it will aggregate. Handlers may call gstbase.aggregator.Aggregator.peekNextSample at that point.