New upstream version 21.0.2+dfsg1
This commit is contained in:
parent
1f1bbb3518
commit
baafb6325b
706 changed files with 49633 additions and 5044 deletions
11
plugins/rtmp-services/twitch.h
Normal file
11
plugins/rtmp-services/twitch.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
struct twitch_ingest {
|
||||
const char *name;
|
||||
const char *url;
|
||||
};
|
||||
|
||||
extern void twitch_ingests_lock(void);
|
||||
extern void twitch_ingests_unlock(void);
|
||||
extern size_t twitch_ingest_count(void);
|
||||
extern struct twitch_ingest twitch_ingest(size_t idx);
|
||||
Loading…
Add table
Add a link
Reference in a new issue