Message.parseStepDone

Extract the values the step_done message.

MT safe.

class Message
void
parseStepDone
(,
out ulong amount
,
out double rate
,
out bool flush
,
out bool intermediate
,
out ulong duration
,
out bool eos
)

Parameters

format GstFormat

result location for the format

amount ulong

result location for the amount

rate double

result location for the rate

flush bool

result location for the flush flag

intermediate bool

result location for the intermediate flag

duration ulong

result location for the duration

eos bool

result location for the EOS flag