VLC 4.0.0-dev
|
Event callbacks for the user of a vlc_clock_t. More...
#include <clock.h>
Data Fields | |
void(* | on_discontinuity )(void *data) |
Called when the master source triggered a discontinuity. | |
Event callbacks for the user of a vlc_clock_t.
void(* vlc_clock_event_cbs::on_discontinuity) (void *data) |
Called when the master source triggered a discontinuity.
A discontinuity happens when:
data | opaque pointer set from vlc_clock_main_New() |
Referenced by vout_Request().