Message.parseStepStart

Extract the values from step_start message. MT safe.

class Message
void
parseStepStart
(
out int active
,,
out ulong amount
,
out double rate
,
out int flush
,
out int intermediate
)

Parameters

active int

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

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]

Meta