New upstream version 24.0.1+dfsg1
This commit is contained in:
parent
b14f9eae6d
commit
5a730d6ec3
842 changed files with 42245 additions and 33385 deletions
|
|
@ -10,7 +10,8 @@ protected:
|
|||
int width;
|
||||
int height;
|
||||
|
||||
static void DevicesChanged(void *param, DeckLinkDevice *device, bool added);
|
||||
static void DevicesChanged(void *param, DeckLinkDevice *device,
|
||||
bool added);
|
||||
|
||||
public:
|
||||
const char *deviceHash;
|
||||
|
|
@ -21,7 +22,8 @@ public:
|
|||
size_t audio_size;
|
||||
int keyerMode;
|
||||
|
||||
DeckLinkOutput(obs_output_t *output, DeckLinkDeviceDiscovery *discovery);
|
||||
DeckLinkOutput(obs_output_t *output,
|
||||
DeckLinkDeviceDiscovery *discovery);
|
||||
virtual ~DeckLinkOutput(void);
|
||||
obs_output_t *GetOutput(void) const;
|
||||
bool Activate(DeckLinkDevice *device, long long modeId) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue