AudioDecoder.setLatency
void setLatency(gst.types.ClockTime min, gst.types.ClockTime max)Sets decoder latency. If the provided values changed from previously provided ones, this will also post a LATENCY message on the bus so the pipeline can reconfigure its global latency.
Parameters
min | minimum latency |
max | maximum latency |