Event.parseStep

Parse the step event.

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

Parameters

format GstFormat

a pointer to store the format in. out[allow-none]

amount ulong

a pointer to store the amount in. out[allow-none]

rate double

a pointer to store the rate in. out[allow-none]

flush int

a pointer to store the flush boolean in. out[allow-none]

intermediate int

a pointer to store the intermediate boolean in. out[allow-none]

Meta