BaseParse.setLatency

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.

class BaseParse
void
setLatency
(
GstClockTime minLatency
,
GstClockTime maxLatency
)

Parameters

minLatency GstClockTime

minimum parse latency

maxLatency GstClockTime

maximum parse latency

Meta