gstreamer/examples/mixer/mixer.h

13 lines
170 B
C
Raw Normal View History

/*
* mixer.h header file
* thomas@apestaart.org
*/
typedef struct
{
GstElement *pipe, *filesrc, *volenv;
char *location;
int channel_id;
} input_channel_t;