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

#include <NALwrite.h>

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

Public Member Functions

 OutputNALUnit (NalUnitType nalUnitType, UInt temporalID=0, UInt reserved_zero_6bits=0)
 
OutputNALUnitoperator= (const NALUnit &src)
 
- 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

TComOutputBitstream m_Bitstream
 
- 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 convenience wrapper to NALUnit that also provides a bitstream object.

Definition at line 52 of file NALwrite.h.

Constructor & Destructor Documentation

OutputNALUnit::OutputNALUnit ( NalUnitType  nalUnitType,
UInt  temporalID = 0,
UInt  reserved_zero_6bits = 0 
)
inline

construct an OutputNALunit structure with given header values and storage for a bitstream. Upon construction the NALunit header is written to the bitstream.

Definition at line 59 of file NALwrite.h.

Member Function Documentation

OutputNALUnit& OutputNALUnit::operator= ( const NALUnit src)
inline

Definition at line 67 of file NALwrite.h.

Member Data Documentation

TComOutputBitstream OutputNALUnit::m_Bitstream

Definition at line 74 of file NALwrite.h.


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