![]() |
AJA NTV2 SDK
17.0.1.1246
NTV2 SDK 17.0.1.1246
|
#include <ntv2tshelper.h>
Public Member Functions | |
| PMTGen () | |
| ~PMTGen () | |
| void | initLocal () |
| int | makePacket () |
| int | makeJ2kDescriptor (int &pos) |
| int | makeAudioDescriptor (int &pos) |
Public Member Functions inherited from TSGenerator | |
| TSGenerator () | |
| ~TSGenerator () | |
| void | init () |
| void | initPacket () |
| uint32_t | chksum_crc32 (unsigned char *data, int len) |
| void | dump8 () |
| void | dump32 () |
Public Attributes | |
| TsVideoStreamData | _videoStreamData |
| std::map< uint16_t, uint16_t > | _progNumToPID |
| std::map< uint16_t, uint16_t > | _pcrNumToPID |
| std::map< uint16_t, uint16_t > | _videoNumToPID |
| std::map< uint16_t, uint16_t > | _audioNumToPID |
Public Attributes inherited from TSGenerator | |
| uint16_t | _tsId |
| uint8_t | _version |
| uint32_t | _tableLength |
| TsEncapType | _tsEncapType |
| uint8_t | _pkt8 [188] |
| uint32_t | _pkt32 [188] |
Additional Inherited Members | |
Protected Member Functions inherited from TSGenerator | |
| void | put16 (uint16_t val, int &pos) |
| void | put32 (uint32_t val, int &pos) |
Definition at line 567 of file ntv2tshelper.h.
|
inline |
Definition at line 577 of file ntv2tshelper.h.
|
inline |
Definition at line 582 of file ntv2tshelper.h.
|
inline |
Definition at line 586 of file ntv2tshelper.h.
|
inline |
Definition at line 742 of file ntv2tshelper.h.
|
inline |
Definition at line 679 of file ntv2tshelper.h.
|
inline |
Definition at line 594 of file ntv2tshelper.h.
| std::map<uint16_t, uint16_t> PMTGen::_audioNumToPID |
Definition at line 574 of file ntv2tshelper.h.
| std::map<uint16_t, uint16_t> PMTGen::_pcrNumToPID |
Definition at line 572 of file ntv2tshelper.h.
| std::map<uint16_t, uint16_t> PMTGen::_progNumToPID |
Definition at line 571 of file ntv2tshelper.h.
| std::map<uint16_t, uint16_t> PMTGen::_videoNumToPID |
Definition at line 573 of file ntv2tshelper.h.
| TsVideoStreamData PMTGen::_videoStreamData |
Definition at line 570 of file ntv2tshelper.h.