2.5.59 IDeckLinkIPFlow Interface¶
The IDeckLinkIPFlow
object interface is the base object representing a SMPTE 2110 IP flow.
IDeckLinkIPFlow
object interfaces can be obtained from IDeckLinkIPFlowIterator
. Alternatively if the flow ID is known, then the IDeckLinkIPFlow
object can be obtained by calling IDeckLinkIPExtensions::GetIPFlowByID()
.
IDeckLinkIPFlow
may be queried to obtain the related IDeckLinkIPFlowAttributes
, IDeckLinkIPFlowStatus
and IDeckLinkIPFlowSetting
interfaces.
Interface |
Interface ID |
Description |
---|---|---|
IID_IDeckLinkIPFlowAttributes |
An |
|
IID_IDeckLinkIPFlowStatus |
An |
|
IID_IDeckLinkIPFlowSetting |
An |
|
IID_IDeckLinkIPFlowIterator |
|
|
IID_IDeckLinkIPExtensions |
|
2.5.59.1 IDeckLinkIPFlow::Enable method¶
-
HRESULT IDeckLinkIPFlow::Enable();¶
Enables an IP flow to start sending or receiving.
- Return values:
E_FAIL – Failure
S_OK – Success
2.5.59.2 IDeckLinkIPFlow::Disable method¶
-
HRESULT IDeckLinkIPFlow::Disable();¶
Disables an IP flow to stop sending or receiving.
- Return values:
E_FAIL – Failure
S_OK – Success