mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 06:10:01 +01:00
moved veejay-devel to veejay-current (current branch re-opened)
git-svn-id: svn://code.dyne.org/veejay/trunk@510 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
8
veejay-current/tools/sequence.h
Normal file
8
veejay-current/tools/sequence.h
Normal file
@@ -0,0 +1,8 @@
|
||||
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 );
|
||||
|
||||
Reference in New Issue
Block a user