DeckLinkProfileId type
Hardware profile for DeckLink cards that support multiple sub-device configurations. Cards like the DeckLink Duo 2 and Quad 2 can be configured to expose different numbers of sub-devices with different duplex modes.
Signature:
export type DeckLinkProfileId = "one_sub_device_full_duplex" | "one_sub_device_half_duplex" | "two_sub_devices_full_duplex" | "two_sub_devices_half_duplex" | "four_sub_devices_half_duplex";