set_notify_interval


Description:

public void set_notify_interval (int64 notify_interval)

Sets the minimal interval between emission of progress signal.

This prevent too frequent signal emission, which may cause performance impact. If you do not want this feature, you can set the interval to 0, so you will receive every progress update.

Parameters:

this

an Extractor

notify_interval

the minimal interval in microseconds