3.86 DeckLink Statistic ID¶
BMDDeckLinkStatisticID enumerates the statistics queryable from a DeckLink device (see the IDeckLinkStatistics interface for details). If the product has subdevices then “Ethernet” statistics are a sum across all its subdevices that share the same Ethernet connector.
Key |
Description |
|---|---|
Integers |
|
bmdDeckLinkStatisticPTPLossOfLock |
For devices with Ethernet, counter of the number of PTP loss-of-lock events. |
bmdDeckLinkStatisticPTPDPLLMarginOfError |
For devices with Ethernet, the current PTP DPLL error margin. A positive value indicates that the PTP slave’s clock is ahead of the master’s, and vice versa. |
bmdDeckLinkStatisticDeviceTemperature |
The on-board temperature (°C). |
Parameterized Integers |
|
bmdDeckLinkStatisticParamEthernetRxPackets |
For devices with Ethernet, counter of packets received through a specific Ethernet connector. The parameter corresponds to the zero-based index of the Ethernet connector to be queried. |
bmdDeckLinkStatisticParamEthernetRxDroppedPackets |
For devices with Ethernet, counter of dropped packets on a specific Ethernet connector. The parameter corresponds to the zero-based index of the Ethernet connector to be queried. |
Parameterized Strings |
|
bmdDeckLinkStatisticParamEthernetSFPDynamicInfo |
For devices with optical Ethernet, the dynamic information in JSON format queried from 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 zero-based index of the Ethernet connector to be queried. |