ValueGst.setInt64RangeStep

Sets @value to the range specified by @start, @end and @step.

struct ValueGst
static
void
setInt64RangeStep
(,
long start
,
long end
,
long step
)

Parameters

value Value

a GValue initialized to GST_TYPE_INT64_RANGE

start long

the start of the range

end long

the end of the range

step long

the step of the range

Meta