Rage video and audio player
https://www.enlightenment.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
214 B
9 lines
214 B
9 years ago
|
#ifndef _WINVID_H__
|
||
|
#define _WINVID_H__ 1
|
||
|
|
||
|
void win_video_init(Evas_Object *win);
|
||
|
void win_video_file_list_set(Evas_Object *win, Eina_List *list);
|
||
|
void win_video_insert(Evas_Object *win, const char *file);
|
||
|
|
||
|
#endif
|