2.5.58 IDeckLinkIPFlowIterator Interface¶
The IDeckLinkIPFlowIterator interface is used to enumerate the available SMPTE 2110 IP flows assocated with a DeckLink device.
A reference to an IDeckLinkIPFlowIterator interface for a DeckLink device may be obtained by calling GetDeckLinkIPFlowIterator on an IDeckLinkIPExtensions interface.
Interface |
Interface ID |
Description |
|---|---|---|
IID_IDeckLinkIPFlow |
|
|
IID_IDeckLinkIPExtensions |
|
2.5.58.1 IDeckLinkIPFlowIterator::Next method¶
-
HRESULT IDeckLinkIPFlowIterator::Next(IDeckLinkIPFlow **deckLinkIPFlowInstance);¶
The Next method returns the next available
IDeckLinkIPFlowinterface for the corresponding DeckLink device.- Parameters:
deckLinkIPFlowInstance – The next
IDeckLinkIPFlowinterface. This object must be released by the caller when no longer required.- Return values:
E_POINTER – The deckLinkIPFlowInstance parameter is NULL.
S_FALSE – No (more) deckLinkIPFlowInstances found
S_OK – Success