8 #ifndef AJA_ANCILLARYDATA_HDMI_AUX_H 9 #define AJA_ANCILLARYDATA_HDMI_AUX_H 43 virtual void Clear (
void);
67 virtual std::ostream &
Print (std::ostream & inOutStream,
const bool inDetailed =
false)
const;
81 #endif // AJA_ANCILLARYDATA_HDR_HLG_H AJAAncillaryData & operator=(const AJAAncillaryData &inRHS)
virtual void Clear(void)
Frees my allocated memory, if any, and resets my members to their default values. ...
virtual bool isHDMIAuxInfoFrame(void) const
Returns whether or not this is an HDMI Aux Info Frame Packet.
This class handles HDMI Auxillary packets.
virtual std::ostream & Print(std::ostream &inOutStream, const bool inDetailed=false) const
Streams a human-readable representation of me to the given output stream.
virtual AJAStatus ParsePayloadData(void)
Parses (interprets) the "local" ancillary data from my payload data.
Declaration of the AJAAncillaryDataFactory class.
Declares the AJAAncillaryData class.
I am the principal class that stores a single SMPTE-291 SDI ancillary data packet OR the digitized co...
virtual AJAAncillaryData_HDMI_Aux * Clone(void) const