OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDeckLink
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIDiscovery.h
49
class
IDeckLink
;
51
/* Interface
IDeckLink
- represents a DeckLink device */
53
class
IDeckLink
: public IUnknown
60
virtual ~
IDeckLink
() {}; // call Release method to drop reference count
DeckLinkAPIStreaming.h
194
virtual HRESULT StreamingDeviceArrived (/* in */
IDeckLink
* device) = 0;
195
virtual HRESULT StreamingDeviceRemoved (/* in */
IDeckLink
* device) = 0;
196
virtual HRESULT StreamingDeviceModeChanged (/* in */
IDeckLink
* device, /* in */ BMDStreamingDeviceMode mode) = 0;
280
/* Interface IBMDStreamingDeviceInput - Created by QueryInterface from
IDeckLink
*/
DeckLinkAPI.h
454
virtual HRESULT Next (/* out */
IDeckLink
**deckLinkInstance) = 0;
471
/* Interface IDeckLinkOutput - Created by QueryInterface from
IDeckLink
. */
528
/* Interface IDeckLinkInput - Created by QueryInterface from
IDeckLink
. */
[
all
...]
Completed in 1664 milliseconds