ValueGst.setFractionRangeFull

Sets @value to the range specified by @numerator_start/@denominator_start and @numerator_end/@denominator_end.

struct ValueGst
static
void
setFractionRangeFull

Parameters

value Value

a GValue initialized to GST_TYPE_FRACTION_RANGE

numeratorStart int

the numerator start of the range

denominatorStart int

the denominator start of the range

numeratorEnd int

the numerator end of the range

denominatorEnd int

the denominator end of the range

Meta