2001-04-17 17:48:19 +00:00
|
|
|
/*
|
|
|
|
* mixer.h header file
|
|
|
|
* thomas@apestaart.org
|
|
|
|
*/
|
|
|
|
|
|
|
|
typedef struct
|
|
|
|
{
|
2001-04-17 21:17:55 +00:00
|
|
|
GstElement *pipe, *disksrc, *volenv;
|
2001-04-17 17:48:19 +00:00
|
|
|
|
2001-04-17 21:17:55 +00:00
|
|
|
char *location;
|
|
|
|
int channel_id;
|
|
|
|
} input_channel_t;
|