New upstream version 26.1.0+dfsg1
This commit is contained in:
parent
040dcc3fc2
commit
013818c4af
594 changed files with 19576 additions and 4478 deletions
18
plugins/sndio/sndio-input.h
Normal file
18
plugins/sndio/sndio-input.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef OBS_SNDIO_INPUT_H
|
||||
#define OBS_SNDIO_INPUT_H
|
||||
|
||||
struct sndio_thr_data {
|
||||
obs_source_t *source;
|
||||
struct obs_source_audio out;
|
||||
struct sio_hdl *hdl;
|
||||
struct sio_par par;
|
||||
int sock;
|
||||
};
|
||||
|
||||
struct sndio_data {
|
||||
obs_source_t *source;
|
||||
pthread_attr_t attr;
|
||||
int sock;
|
||||
};
|
||||
|
||||
#endif // OBS_SNDIO_INPUT_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue