VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_clock_event_cbs Struct Reference

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.
 

Detailed Description

Event callbacks for the user of a vlc_clock_t.

Field Documentation

◆ on_discontinuity

void(* vlc_clock_event_cbs::on_discontinuity) (void *data)

Called when the master source triggered a discontinuity.

A discontinuity happens when:

  • The first point is updated from the master source
Parameters
dataopaque pointer set from vlc_clock_main_New()

Referenced by vout_Request().


The documentation for this struct was generated from the following file: