HEVC Test Model (HM)
HM-16.18
|
#include <NAL.h>
Public Member Functions | |
NALUnit (const NALUnit &src) | |
NALUnit (NalUnitType nalUnitType, Int temporalId=0, Int nuhLayerId=0) | |
NALUnit () | |
virtual | ~NALUnit () |
Bool | isSlice () |
Bool | isSei () |
Bool | isVcl () |
Public Attributes | |
NalUnitType | m_nalUnitType |
nal_unit_type More... | |
UInt | m_temporalId |
temporal_id More... | |
UInt | m_nuhLayerId |
nuh_layer_id More... | |
Represents a single NALunit header and the associated RBSPayload
|
inline |
|
inline |
|
inline |
NalUnitType NALUnit::m_nalUnitType |