yolobs-studio/plugins/rtmp-services/showroom.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
219 B
C
Raw Normal View History

2020-10-01 20:15:25 +00:00
#pragma once
struct showroom_ingest {
const char *url;
const char *key;
};
extern struct showroom_ingest *showroom_get_ingest(const char *server,
const char *access_key);
extern void free_showroom_data();