Query.parseSegment
void parseSegment(out double rate, out gst.types.Format format, out long startValue, out long stopValue)Parse a segment query answer. Any of rate, format, start_value, and stop_value may be null, which will cause this value to be omitted.
See [gst.query.Query.setSegment] for an explanation of the function arguments.
Parameters
rate | the storage for the rate of the segment, or null |
format | the storage for the #GstFormat of the values, or null |
startValue | the storage for the start value, or null |
stopValue | the storage for the stop value, or null |