mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
13 lines
170 B
C
13 lines
170 B
C
|
/*
|
||
|
* mixer.h header file
|
||
|
* thomas@apestaart.org
|
||
|
*/
|
||
|
|
||
|
typedef struct
|
||
|
{
|
||
|
GstElement *pipe, *disksrc, *volenv;
|
||
|
|
||
|
char *location;
|
||
|
int channel_id;
|
||
|
} input_channel_t;
|