Query.parseSegment

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 Query.setSegment for an explanation of the function arguments.

class Query
void
parseSegment
(
out double rate
,,
out long startValue
,
out long stopValue
)

Parameters

rate double

the storage for the rate of the segment, or NULL

format GstFormat

the storage for the GstFormat of the values, or NULL

startValue long

the storage for the start value, or NULL

stopValue long

the storage for the stop value, or NULL