HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
NALUnitEBSP Struct Reference

#include <NAL.h>

Inheritance diagram for NALUnitEBSP:
Inheritance graph
[legend]
Collaboration diagram for NALUnitEBSP:
Collaboration graph
[legend]

Public Member Functions

 NALUnitEBSP (OutputNALUnit &nalu)
 
- 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 ()
 

Public Attributes

std::ostringstream m_nalUnitData
 
- 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...
 

Detailed Description

A single NALunit, with complete payload in EBSP format.

Definition at line 110 of file NAL.h.

Constructor & Destructor Documentation

NALUnitEBSP::NALUnitEBSP ( OutputNALUnit nalu)
inline

convert the OutputNALUnit nalu into EBSP format by writing out the NALUnit header, then the rbsp_bytes including any emulation_prevention_three_byte symbols.

Definition at line 79 of file NALwrite.h.

Member Data Documentation

std::ostringstream NALUnitEBSP::m_nalUnitData

Definition at line 112 of file NAL.h.


The documentation for this struct was generated from the following files: