mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 13:49:58 +01:00
9 lines
229 B
C
9 lines
229 B
C
int veejay_get_image( void *data , guchar *pixels);
|
|
|
|
void *veejay_sequence_init(int port, char *hostname, gint w, gint h);
|
|
|
|
void veejay_configure_sequence( void *data, gint w, gint h );
|
|
|
|
void veejay_sequence_free( void *data );
|
|
|