VideoEncoder.getLatency
void getLatency(out gst.types.ClockTime minLatency, out gst.types.ClockTime maxLatency)Query the configured encoding latency. Results will be returned via min_latency and max_latency.
Parameters
minLatency | address of variable in which to store the configured minimum latency, or null |
maxLatency | address of variable in which to store the configured maximum latency, or null |