Message.parseStepDone

Extract the values the step_done message. MT safe.

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

Parameters

format GstFormat

result location for the format. out[allow-none]

amount ulong

result location for the amount. out[allow-none]

rate double

result location for the rate. out[allow-none]

flush int

result location for the flush flag. out[allow-none]

intermediate int

result location for the intermediate flag. out[allow-none]

duration ulong

result location for the duration. out[allow-none]

eos int

result location for the EOS flag. out[allow-none]

Meta