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

#include <AccessUnit.h>

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

Public Member Functions

 ~AccessUnit ()
 

Additional Inherited Members

- Public Attributes inherited from std::list< T >
elements
 STL member. More...
 

Detailed Description

An AccessUnit is a list of one or more NAL units, according to the working draft. All NAL units within the object belong to the same access unit.

NALUnits held in the AccessUnit list are in EBSP format. Attempting to insert an OutputNALUnit into the access unit will automatically cause the nalunit to have its headers written and anti-emulation performed.

The AccessUnit owns all pointers stored within. Destroying the AccessUnit will delete all contained objects.

Definition at line 62 of file AccessUnit.h.

Constructor & Destructor Documentation

AccessUnit::~AccessUnit ( )
inline

Definition at line 65 of file AccessUnit.h.


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