gstreamer/tests/old/examples/mixer/mixer.h

13 lines
170 B
C
Raw Normal View History

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