Event.parseStep

Parse the step event.

class Event
void
parseStep
(,
out ulong amount
,
out double rate
,
out bool flush
,
out bool intermediate
)

Parameters

format GstFormat

a pointer to store the format in

amount ulong

a pointer to store the amount in

rate double

a pointer to store the rate in

flush bool

a pointer to store the flush boolean in

intermediate bool

a pointer to store the intermediate boolean in

Meta