value_set_int64_range
Description:
public void value_set_int64_range (
Value value,
int64 start,
int64 end)
Sets value to the range specified by start and end.
Parameters:
| value |
a GValue initialized to GST_TYPE_INT64_RANGE |
| start |
the start of the range |
| end |
the end of the range |