![]() |
AJA NTV2 SDK
17.6.0.2675
NTV2 SDK 17.6.0.2675
|
Declares the AJAAncillaryData_Timecode class. More...
#include "ajabase/common/timecode.h"#include "ajabase/common/timebase.h"#include "ancillarydatafactory.h"#include "ancillarydata.h"Go to the source code of this file.
Classes | |
| class | AJAAncillaryData_Timecode |
| This is the base class for the AJAAncillaryData_Timecode_ATC and AJAAncillaryData_Timecode_VITC classes, because they share the same "payload" data (i.e. timecode) and only differ in the transport (ancillary packets vs. "analog" coding). More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &inOutStream, const AJAAncillaryData_Timecode &inAncData) |
| Writes a human-readable rendition of the given AJAAncillaryData_Timecode into the given output stream. More... | |
Declares the AJAAncillaryData_Timecode class.
Definition in file ancillarydata_timecode.h.
Definition at line 17 of file ancillarydata_timecode.h.
|
inline |
Writes a human-readable rendition of the given AJAAncillaryData_Timecode into the given output stream.
| inOutStream | Specifies the output stream to be written. | |
| [in] | inAncData | Specifies the AJAAncillaryData_Timecode to be rendered into the output stream. |
Definition at line 315 of file ancillarydata_timecode.h.