Message.parseStepStart

Extract the values from step_start message.

MT safe.

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

Parameters

active bool

result location for the active flag

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