Une erreur est survenue de notre côté
Sélectionner une révision Git
-
Jonathan CROUZET a rédigéJonathan CROUZET a rédigé
mpvwidget_interface.hh 708 o
#pragma once
#include <lektor/common.h>
#include "../module_qt_window.hh"
void *___create_mpv_widget(struct poller_thread_arg *arg);
bool ___module_qt_window_get_elapsed(struct module_qt_window_s *, int *);
bool ___module_qt_window_get_duration(struct module_qt_window_s *, int *);
bool ___module_qt_window_set_paused(struct module_qt_window_s *, int);
bool ___module_qt_window_set_volume(struct module_qt_window_s *, int);
bool ___module_qt_window_set_position(struct module_qt_window_s *, int);
bool ___module_qt_window_load_file(struct module_qt_window_s *, const char *);
bool ___module_qt_window_toggle_pause(struct module_qt_window_s *);
bool ___module_qt_window_close(struct module_qt_window_s *);