Browse Source

vlc_vout: add on_frame_displayed event

Alexandre Janniaux 5 years ago
parent
commit
ec9cc9fbf5
  1. 2
      include/vlc_vout.h

2
include/vlc_vout.h

@ -34,6 +34,8 @@ struct vlc_video_output_callbacks
/* Event triggered when the first frame of the vout is being displayed. */
void (*first_frame_reported)(vout_thread_t *vout, void *owner);
void (*captions_to_display)(const void *, size_t, void *owner);
void (*on_frame_displayed)(vout_thread_t *vout, vlc_tick_t pts,
void *owner);
};
/**

Loading…
Cancel
Save