Message.parseStepDone

void parseStepDone(out gst.types.Format format, out ulong amount, out double rate, out bool flush, out bool intermediate, out ulong duration, out bool eos)

Extract the values the step_done message.

MT safe.

Parameters

formatresult location for the format
amountresult location for the amount
rateresult location for the rate
flushresult location for the flush flag
intermediateresult location for the intermediate flag
durationresult location for the duration
eosresult location for the EOS flag