Searched refs:IDeckLink (Results 1 – 10 of 10) sorted by relevance
53 class IDeckLink; variable57 class BMD_PUBLIC IDeckLink : public IUnknown64 virtual ~IDeckLink () {} // call Release method to drop reference count in ~IDeckLink()
748 virtual HRESULT Next (/* out */ IDeckLink **deckLinkInstance) = 0;1187 …virtual HRESULT GetDevice (/* out */ IDeckLink **device) = 0; // Device affected when this profile…1267 virtual HRESULT DeckLinkDeviceArrived (/* in */ IDeckLink* deckLinkDevice) = 0;1268 virtual HRESULT DeckLinkDeviceRemoved (/* in */ IDeckLink* deckLinkDevice) = 0;
198 virtual HRESULT StreamingDeviceArrived (/* in */ IDeckLink* device) = 0;199 virtual HRESULT StreamingDeviceRemoved (/* in */ IDeckLink* device) = 0;200 …virtual HRESULT StreamingDeviceModeChanged (/* in */ IDeckLink* device, /* in */ BMDStreamingDevic…
753 virtual HRESULT Next (/* out */ IDeckLink **deckLinkInstance) = 0;1202 …virtual HRESULT GetDevice (/* out */ IDeckLink **device) = 0; // Device affected when this profile…1282 virtual HRESULT DeckLinkDeviceArrived (/* in */ IDeckLink* deckLinkDevice) = 0;1283 virtual HRESULT DeckLinkDeviceRemoved (/* in */ IDeckLink* deckLinkDevice) = 0;
240 IDeckLink *device;270 IDeckLink *device;
1432 IDeckLink *decklink = NULL; in init_devices()1856 IDeckLink *decklink = input->device; in gst_decklink_configure_profile()
101 static int decklink_get_attr_string(IDeckLink *dl, BMDDeckLinkAttributeID cfg_id, const char **s) in decklink_get_attr_string()360 IDeckLink *dl = NULL; in ff_decklink_list_devices()522 IDeckLink *dl = NULL; in ff_decklink_init_device()
90 IDeckLink *dl;
69 typedef interface IDeckLink IDeckLink; typedef2523 IDeckLink : public IUnknown2542 IDeckLink * This,2548 IDeckLink * This);2551 IDeckLink * This);2554 IDeckLink * This,2558 IDeckLink * This,2564 interface IDeckLink3535 /* [in] */ IDeckLink *device) = 0;3538 /* [in] */ IDeckLink *device) = 0;[all …]