HEVC Test Model (HM)
HM-16.18
|
#include <AccessUnit.h>
Public Member Functions | |
~AccessUnit () | |
Additional Inherited Members | |
Public Attributes inherited from std::list< T > | |
T | elements |
STL member. More... | |
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.
|
inline |
Definition at line 65 of file AccessUnit.h.