AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
Ancillary Data Classes

The Ancillary Data Classes allow client software to easily encode or decode Ancillary Data to or from host buffers in a manner that is compatible with the ways in which NTV2 devices transmit and/or receive ancillary data. See Ancillary Data for more information.

Prior to SDK 15.0, these classes were compiled into their own libajaanc library. Starting with SDK 15.0, they were merged into the libajantv2 library.

Demonstration Applications
Transmit/Playout:
To encode an AJAAncillaryList of AJAAncillaryData packets into other buffer destinations:
Receive/Capture:
To decode received host ancillary data buffer(s) into an AJAAncillaryList of AJAAncillaryData packets:
Principal Classes:
Note
Avoid deriving subclasses from AJA-provided classes. AJA recommends using aggregation techniques to incorporate NTV2 functionality into your own classes.