Message.newStepDone

gst.message.Message newStepDone(gst.object.ObjectWrap src, gst.types.Format format, ulong amount, double rate, bool flush, bool intermediate, ulong duration, bool eos)

This message is posted by elements when they complete a part, when intermediate set to true, or a complete step operation.

duration will contain the amount of time (in GST_FORMAT_TIME) of the stepped amount of media in format format.

Parameters

srcThe object originating the message.
formatthe format of amount
amountthe amount of stepped data
ratethe rate of the stepped amount
flushis this an flushing step
intermediateis this an intermediate step
durationthe duration of the data
eosthe step caused EOS

Returns

the new step_done message.

MT safe.