|
HEVC Test Model (HM)
HM-16.18
|
#include <NALread.h>


Public Member Functions | |
| InputNALUnit (const InputNALUnit &src) | |
| InputNALUnit () | |
| virtual | ~InputNALUnit () |
| const TComInputBitstream & | getBitstream () const |
| TComInputBitstream & | getBitstream () |
Public Member Functions inherited from NALUnit | |
| NALUnit (const NALUnit &src) | |
| NALUnit (NalUnitType nalUnitType, Int temporalId=0, Int nuhLayerId=0) | |
| NALUnit () | |
| virtual | ~NALUnit () |
| Bool | isSlice () |
| Bool | isSei () |
| Bool | isVcl () |
Private Attributes | |
| TComInputBitstream | m_Bitstream |
Additional Inherited Members | |
Public Attributes inherited from NALUnit | |
| NalUnitType | m_nalUnitType |
| nal_unit_type More... | |
| UInt | m_temporalId |
| temporal_id More... | |
| UInt | m_nuhLayerId |
| nuh_layer_id More... | |
A convenience wrapper to NALUnit that also provides a bitstream object.
|
inline |
|
inline |
|
inline |
|
private |
1.8.5