3.58 DeckLink Status ID¶
BMDDeckLinkStatusID enumerates the set of status information for a DeckLink device which may be queried (see the IDeckLinkStatus interface for details).
Key |
Description |
|---|---|
Integers / Interfaces |
|
bmdDeckLinkStatusDetectedVideoInputMode |
The detected video input mode ( |
bmdDeckLinkStatusCurrentVideoInputMode |
The currently enabled video input mode ( |
bmdDeckLinkStatusCurrentVideoOutputMode |
The currently enabled video output mode ( |
bmdDeckLinkStatusHDMIOutputActualMode |
The actual HDMI output mode ( HDMI output can drop down to lower modes such as when dropping from FRL to lower FRL rates or TMDS protocol when errors are encountered, this value indicates the actual mode being transmitted. |
Integers |
|
bmdDeckLinkStatusDetectedVideoInputFormatFlags |
The detected video input format flags ( |
bmdDeckLinkStatusDetectedVideoInputFieldDominance |
The field dominance of the detected video input mode ( |
bmdDeckLinkStatusDetectedVideoInputColorspace |
The colorspace of the detected video input ( |
bmdDeckLinkStatusDetectedVideoInputDynamicRange |
The dynamic range of the detected video input ( |
bmdDeckLinkStatusDetectedSDILinkConfiguration |
The SDI video link configuration of the detected video input ( |
bmdDeckLinkStatusCurrentVideoInputPixelFormat |
The currently enabled video input pixel format ( |
bmdDeckLinkStatusCurrentVideoInputFlags |
The currently enabled video input flags ( |
bmdDeckLinkStatusCurrentVideoOutputFlags |
The currently enabled video output flags ( |
bmdDeckLinkStatusPCIExpressLinkWidth |
PCIe link width, x1, x4, etc. |
bmdDeckLinkStatusPCIExpressLinkSpeed |
PCIe link speed, Gen. 1, Gen. 2, etc. |
bmdDeckLinkStatusLastVideoOutputPixelFormat |
The last video output pixel format ( |
bmdDeckLinkStatusReferenceSignalMode |
The detected reference input mode ( |
bmdDeckLinkStatusReferenceSignalFlags |
The detected reference input flags ( |
bmdDeckLinkStatusBusy |
The current busy state of the device. (See |
bmdDeckLinkStatusInterchangeablePanelType |
The interchangeable panel installed ( |
bmdDeckLinkStatusHDMIOutputActualFormatFlags |
Format flags representing the actual HDMI output ( HDMI output can change to other formats such as when dropping from FRL to lower FRL rates or TMDS protocol when errors are encountered, this value indicates the actual format being transmitted. |
bmdDeckLinkStatusHDMIOutputFRLRate |
The output FRL rate or 0 for TMDS. |
bmdDeckLinkStatusHDMIInputFRLRate |
The input FRL rate or 0 for TMDS. |
bmdDeckLinkStatusEthernetManualNMOSRegistry |
The current manual NMOS registry state ( |
bmdDeckLinkStatusHDMIOutputTMDSLineRate |
The line rate of HDMI output (MHz). Valid when using TMDS protocol only. |
Floats |
|
bmdDeckLinkStatusSinkSupportsDolbyVision |
Reports the Dolby Vision content mapping version supported by the sink |
Flags |
|
bmdDeckLinkStatusVideoInputSignalLocked |
True if the video input signal is locked. |
bmdDeckLinkStatusAncillaryInputSignalLocked |
True if the ancillary input signal is locked. This is co-incident with the video signal lock, except for Ethernet where ancillary data is carried independently. |
bmdDeckLinkStatusReferenceSignalLocked |
True if the reference input signal is locked. |
Strings |
|
bmdDeckLinkStatusEthernetPTPGrandmasterIdentity |
For devices with Ethernet, the current negotiated PTP grandmaster clock identity. If no PTP lock then this returns S_FALSE and an empty string. |
bmdDeckLinkStatusEthernetAudioInputChannelOrder |
For devices with Ethernet, the input audio SDP channel-order as per ST 2110-30. |
bmdDeckLinkStatusEthernetCurrentNMOSRegistry |
For devices with Ethernet, the current NMOS Registry. |
Bytes |
|
bmdDeckLinkStatusReceivedEDID |
The received EDID of a connected HDMI sink device. |
Parameterized Integers |
|
bmdDeckLinkStatusParamEthernetLink |
For devices with Ethernet, the state of the link ( |
bmdDeckLinkStatusParamEthernetLinkMbps |
For devices with Ethernet, the speed of the link in Mbps of a specific Ethernet connector. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector |
Parameterized Strings |
|
bmdDeckLinkStatusParamEthernetLocalIPAddress |
For devices with Ethernet, the current negotiated or static local IP address of a specific Ethernet connector. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. Valid if |
bmdDeckLinkStatusParamEthernetSubnetMask |
For devices with Ethernet, the current negotiated or static subnet mask of a specific Ethernet connector. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. Valid if |
bmdDeckLinkStatusParamEthernetGatewayIPAddress |
For devices with Ethernet, the current negotiated or static gateway IP address of a specific Ethernet connector. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. Valid if |
bmdDeckLinkStatusParamEthernetPrimaryDNS |
For devices with Ethernet, the current negotiated or static primary DNS IP address of a specific Ethernet connector. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. Valid if |
bmdDeckLinkStatusParamEthernetSecondaryDNS |
For devices with Ethernet, the current negotiated or static secondary DNS IP address of a specific Ethernet connector. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. Valid if |
bmdDeckLinkStatusParamEthernetSFPStaticInfo |
For devices with optical Ethernet, the static information about the optical transceiver module plugged into a specific Ethernet connector. Please refer to SNIA SFF-8636, section 6 “Memory Map” for reference to the keys in the returned JSON string. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. For devices without optical Ethernet, this returns S_FALSE and an empty string. |
bmdDeckLinkStatusParamEthernetVideoOutputAddress |
For devices with Ethernet, the video output destination address. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. |
bmdDeckLinkStatusParamEthernetAudioOutputAddress |
For devices with Ethernet, the audio output destination address. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. |
bmdDeckLinkStatusParamEthernetAncillaryOutputAddress |
For devices with Ethernet, the ancillary output destination address. The parameter corresponds to the 0-indexed ID associated with a specific Ethernet connector. |