![]() |
AJA NTV2 SDK
17.5.0.1658
NTV2 SDK 17.5.0.1658
|
#include <ntv2captionencoder708.h>
Public Member Functions | |
virtual | ~CNTV2CaptionEncoder708 () |
virtual void | Reset (void) |
virtual void | InitCaptionChannelPacket () |
virtual bool | SetCaptionChannelPacket (const UBytePtr pInData, const size_t numBytes) |
virtual UBytePtr | GetCaptionChannelPacket (void) |
virtual const UByte * | GetCaptionChannelPacket (void) const |
virtual size_t | GetCaptionChannelPacketSize (void) const |
virtual bool | SetCaptionChannelPacketSize (size_t packetSize) |
virtual bool | MakeCaptionChannelPacketHeader (const size_t index, size_t packetSize, size_t &outNewIndex) |
virtual bool | MakeNullServiceBlockHeader (size_t index, size_t &outNewIndex) |
virtual bool | MakeServiceBlockHeader (const size_t index, int serviceNum, const size_t blockSize, size_t &outNewIndex) |
virtual bool | MakeServiceBlockHeader (const size_t index, int serviceNum, const size_t blockSize) |
virtual bool | MakeServiceBlockCharData (const size_t index, UByte data, size_t &outNewIndex) |
virtual bool | MakeDefineWindowCommand (const size_t index, int windowID, const CC708WindowParms &inParms, size_t &outNewIndex) |
virtual bool | MakeClearWindowsCommand (const size_t index, UByte windowMap, size_t &outNewIndex) |
virtual bool | MakeDeleteWindowsCommand (const size_t index, UByte windowMap, size_t &outNewIndex) |
virtual bool | MakeDisplayWindowsCommand (const size_t index, UByte windowMap, size_t &outNewIndex) |
virtual bool | MakeHideWindowsCommand (const size_t index, UByte windowMap, size_t &outNewIndex) |
virtual bool | MakeToggleWindowsCommand (const size_t index, UByte windowMap, size_t &outNewIndex) |
virtual bool | MakeSetCurrentWindowCommand (const size_t index, const int windowID, size_t &outNewIndex) |
virtual bool | MakeSetWindowAttributesCommand (const size_t index, const CC708WindowAttr &inAttr, size_t &outNewIndex) |
virtual bool | MakeSetPenAttributesCommand (const size_t index, const CC708PenAttr &inAttr, size_t &outNewIndex) |
virtual bool | MakeSetPenColorCommand (const size_t index, const CC708PenColor &inColor, size_t &outNewIndex) |
virtual bool | MakeSetPenLocationCommand (const size_t index, const CC708PenLocation &inLoc, size_t &outNewIndex) |
virtual bool | MakeDelayCommand (const size_t index, const UByte delay, size_t &outNewIndex) |
virtual bool | MakeDelayCancelCommand (const size_t index, size_t &outNewIndex) |
virtual bool | MakeResetCommand (const size_t index, size_t &outNewIndex) |
virtual bool | Clear608CaptionData (void) |
Clears my private CEA-608 caption data buffer. More... | |
virtual bool | Set608CaptionData (const CaptionData &inCC608Data) |
Sets the CEA-608 caption data in my private 608 data buffer. More... | |
virtual bool | Set608CaptionData (const NTV2Line21Field inField, const UByte inChar1, const UByte inChar2, const bool inGotData) |
Sets my CEA-608 caption data for the given field. More... | |
virtual bool | MakeSMPTE334AncPacket (const NTV2FrameRate inFrameRate, const NTV2Line21Field inVideoField) |
Generates a SMPTE-334 Ancillary data packet. More... | |
virtual bool | MakeSMPTE334AncPacket (const NTV2FrameRate inFrameRate, const NTV2Line21Field inVideoField, UWordPtr &outAncPacketData, size_t &outSize) |
Generates a SMPTE-334 Ancillary data packet. More... | |
virtual bool | MakeSMPTE334AncPacketFromCDP (const UBytePtr pInCDP, const size_t inCDPLength, UWordPtr &outAncPacketData, size_t &outSize) |
Generates a SMPTE 334 Ancillary Packet using a supplied CDP. More... | |
virtual bool | MakeSMPTE334AncPacketFromCDP (const UBytePtr pInCDP, const size_t inCDPLength) |
Generates a SMPTE 334 Ancillary Packet using a supplied CDP. More... | |
virtual bool | SetServiceInfoActive (int svcIndex, bool bActive) |
virtual bool | CopyAllServiceInfo (const NTV2_CC708ServiceData &inSrcSvcData) |
virtual bool | InsertSMPTE334AncPacketInVideoFrame (void *pFrameBuffer, const NTV2VideoFormat inVideoFormat, const NTV2FrameBufferFormat inPixelFormat, const ULWord inVancLineNumber, const ULWord inWordOffset=1) const |
Inserts the encoder’s most recently generated ancillary data packet into the given host frame buffer. More... | |
virtual NTV2CaptionLogMask | SetLogMask (const NTV2CaptionLogMask inLogMask) |
Specifies what, if any, debug information I will write to my log stream. More... | |
virtual void | Set608TestIDMode (const bool inEnableTestIDMode) |
virtual UWordSequence | GetSMPTE334DataVector (void) const |
virtual const UWord * | GetSMPTE334Data (void) const |
virtual size_t | GetSMPTE334Size (void) const |
![]() | |
CNTV2CaptionLogConfig (const std::string inLogLabel=std::string()) | |
Default constructor. More... | |
virtual | ~CNTV2CaptionLogConfig () |
virtual NTV2CaptionLogMask | GetLogMask (void) const |
Answers with my current caption logging bit mask. More... | |
virtual bool | TestLogMask (const NTV2CaptionLogMask inLogMask, const bool inExact=false) const |
Answers true if the given log mask bits are set in my current log mask. More... | |
virtual void | SetLogLabel (const std::string &inNewLabel) |
Specifies my logging label. More... | |
virtual void | AppendToLogLabel (const std::string &inString) |
Appends the given string to my current log label. More... | |
virtual const std::string & | GetLogLabel (void) const |
Answers with my current logging label. More... | |
virtual void | SetLogStream (std::ostream &inOutputStream) |
virtual std::ostream & | LogIf (const NTV2CaptionLogMask inLogMask) const |
virtual std::ostream & | Log (void) const |
Static Public Member Functions | |
static bool | Create (CNTV2CaptionEncoder708Ptr &outEncoder) |
Creates a new CNTV2CaptionEncoder708 instance. More... | |
![]() | |
static std::ostream & | DumpMemory (const void *pInStartAddress, const size_t inByteCount, std::ostream &inOutputStream=std::cout, const size_t inRadix=16, const size_t inBytesPerGroup=4, const size_t inGroupsPerLine=8, const size_t inAddressRadix=16, const bool inShowAscii=true, const size_t inAddrOffset=0) |
Dumps a contiguous chunk of memory in hex, octal, decimal, with or without ascii, to the given output stream. More... | |
static std::string | HexDump32Bytes (const void *pInStartAddress, const size_t inByteCount, const size_t inLimitBytes=32) |
static std::ostream & | DumpYBytes_2vuy (const UByte *pInVideoLine, std::ostream &inOutputStream, const unsigned inFromPixel=0, const unsigned inToPixel=719, const bool inShowRuler=true, const unsigned inHiliteRangeFrom=9999, const unsigned inHiliteRangeTo=9999) |
Dumps the luma values in hexadecimal from the given line of '2vuy' video to the given output stream. More... | |
static std::ostream & | DumpYBytes_2vuy (const std::vector< uint8_t > &inVideoLine, std::ostream &inOutputStream, const size_t inFromPixel=0, const size_t inToPixel=719, const bool inShowRuler=true, const size_t inHiliteRangeFrom=9999, const size_t inHiliteRangeTo=9999) |
Dumps the luma values in hexadecimal from the given line of '2vuy' video to the given output stream. More... | |
static std::string | GetSeverityLabel (const unsigned inSeverity) |
Additional Inherited Members | |
![]() | |
NTV2CaptionLogMask | mLogMask |
Determines what messages are logged. More... | |
std::string | mLogLabel |
My debug label. More... | |
void * | mpLabelLock |
Protects my debug label from simultaneous access by more than one thread. More... | |
Definition at line 586 of file ntv2captionencoder708.h.
|
virtual |
|
virtual |
Clears my private CEA-608 caption data buffer.
|
virtual |
|
static |
Creates a new CNTV2CaptionEncoder708 instance.
[out] | outEncoder | Receives the newly-created encoder instance. |
|
inlinevirtual |
Definition at line 609 of file ntv2captionencoder708.h.
|
inlinevirtual |
Definition at line 610 of file ntv2captionencoder708.h.
|
inlinevirtual |
Definition at line 611 of file ntv2captionencoder708.h.
|
inlinevirtual |
Definition at line 735 of file ntv2captionencoder708.h.
|
virtual |
|
inlinevirtual |
Definition at line 736 of file ntv2captionencoder708.h.
|
virtual |
|
virtual |
Inserts the encoder’s most recently generated ancillary data packet into the given host frame buffer.
pFrameBuffer | Specifies a valid, non-NULL starting address of the host frame buffer. | |
[in] | inVideoFormat | Specifies the video format of the host frame buffer. |
[in] | inPixelFormat | Specifies the pixel format of the host frame buffer. |
[in] | inVancLineNumber | Specifies the line number in the host frame buffer into which the anc data will be embedded. Note that this is not the same as the SMPTE line number, which, by convention, for SMPTE 334, is line 9. Use the CNTV2SMPTEAncData::GetVancLineOffset class method to calculate the correct frame buffer line number (i.e., the "VANC" line number). |
[in] | inWordOffset | Specifies the two-byte word offset in the host buffer line into which the ancillary data will be inserted. Defaults to 1, which will embed the anc data into the luma channel. |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Generates a SMPTE-334 Ancillary data packet.
[in] | inFrameRate | Specifies the frame rate of the outgoing video into which the resulting ancillary data packet(s) will be inserted. |
[in] | inVideoField | Specifies the video field. |
inVideoField
parameter is ignored, and whatever CaptionData for fields F1 and/or F2 is valid (as set in an earlier call to CNTV2CaptionEncoder708::Set608CaptionData) will be inserted into the packet.
|
virtual |
Generates a SMPTE-334 Ancillary data packet.
[in] | inFrameRate | Specifies the frame rate of the outgoing video into which the resulting ancillary data packet(s) will be inserted. |
[in] | inVideoField | Specifies the video field. |
[out] | outAncPacketData | Specifies a variable that is to receive a pointer to my internal buffer that contains the generated caption data packet (CDP). |
[out] | outSize | Specifies a variable that is to receive the number of bytes of CDP data that got placed into my internal buffer. |
|
virtual |
Generates a SMPTE 334 Ancillary Packet using a supplied CDP.
[in] | pInCDP | Specifies a valid, non-NULL pointer to a buffer that contains the CDP to be used. |
[in] | inCDPLength | Specifies the length of the specified CDP, in bytes. |
|
virtual |
Generates a SMPTE 334 Ancillary Packet using a supplied CDP.
[in] | pInCDP | Specifies a valid, non-NULL pointer to a buffer that contains the CDP to be used. |
[in] | inCDPLength | Specifies the length of the specified CDP, in bytes. |
[out] | outAncPacketData | Receives a pointer to my internal buffer that contains the generated packet. |
[out] | outSize | Receives the number of bytes of packet data that got placed into my internal buffer. |
|
virtual |
|
virtual |
|
virtual |
Sets the CEA-608 caption data in my private 608 data buffer.
[in] | inCC608Data | Specifies the caption data bytes to be stored in my private buffer. |
|
virtual |
Sets my CEA-608 caption data for the given field.
[in] | inField | Specifies the field. |
[in] | inChar1 | Specifies the first caption data byte. (Must include odd parity.) |
[in] | inChar2 | Specifies the second caption data byte. (Must include odd parity.) |
[in] | inGotData | Specifies whether or not the specified data bytes are valid. |
|
inlinevirtual |
Definition at line 732 of file ntv2captionencoder708.h.
|
virtual |
|
virtual |
|
virtual |
Specifies what, if any, debug information I will write to my log stream.
[in] | inLogMask | A bit mask that specifies what information will be logged. |
Reimplemented from CNTV2CaptionLogConfig.
|
virtual |