AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Declares the CNTV2Caption708ServiceBlockQueue class. More...
Go to the source code of this file.
Classes | |
class | CNTV2Caption708ServiceBlockQueue |
I am a simple, thread-safe queue of CEA-708 caption service blocks. More... | |
Typedefs | |
typedef std::deque< UByte > | UByteQueue |
A UByteQueue is a std::deque of unsigned byte values. More... | |
typedef UByteQueue::iterator | UByteQueueIter |
typedef UByteQueue::const_iterator | UByteQueueConstIter |
Functions | |
std::ostream & | operator<< (std::ostream &inOutStrm, const CNTV2Caption708ServiceBlockQueue &inQueue) |
Declares the CNTV2Caption708ServiceBlockQueue class.
Definition in file ntv2caption708serviceblockqueue.h.
typedef std::deque<UByte> UByteQueue |
A UByteQueue is a std::deque of unsigned byte values.
Definition at line 20 of file ntv2caption708serviceblockqueue.h.
typedef UByteQueue::const_iterator UByteQueueConstIter |
Definition at line 22 of file ntv2caption708serviceblockqueue.h.
typedef UByteQueue::iterator UByteQueueIter |
Definition at line 21 of file ntv2caption708serviceblockqueue.h.
std::ostream& operator<< | ( | std::ostream & | inOutStrm, |
const CNTV2Caption708ServiceBlockQueue & | inQueue | ||
) |