set_latency
Description:
Sets the minimum and maximum (which may likely be equal) latency introduced by the parsing process.
If there is such a latency, which depends on the particular parsing of the format, it typically corresponds to 1 frame duration.
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:
this |
a Parse |
min_latency |
minimum parse latency |
max_latency |
maximum parse latency |