VideoDecoder.getLatency

void getLatency(out gst.types.ClockTime minLatency, out gst.types.ClockTime maxLatency)

Query the configured decoder latency. Results will be returned via min_latency and max_latency.

Parameters

minLatencyaddress of variable in which to store the configured minimum latency, or null
maxLatencyaddress of variable in which to store the configured mximum latency, or null