#include <essence.h>
Public Attributes | |
DataChunkPtr | SpecifiedKey |
Non standard key to use, or NULL to use a standard key. | |
bool | NonGC |
True if the track number bytes are not to be set automatically. | |
UInt8 | Type |
Item type. | |
UInt8 | SchemeOrCount |
Scheme if system or element count if essence. | |
UInt8 | Element |
Element identifier or type. | |
UInt8 | SubOrNumber |
Sub ID if system or element number if essence. | |
UInt8 | RegDes |
The registry designator if this is a system item. | |
UInt8 | RegVer |
The registry version number for the item key. | |
int | LenSize |
The KLV length size to use for this stream (0 for auto). | |
IndexManagerPtr | IndexMan |
If indexing this stream a pointer to the index manager, else NULL. | |
int | IndexSubStream |
If indexing this stream the sub stream number, else undefined. | |
bool | IndexFiller |
If indexing this stream true if filler preceeding this stream is to be indexed, else undefined. | |
bool | IndexClip |
True if indexing clip-wrapped essence. | |
bool | CountFixed |
True once the essence element count has been fixed. | |
UInt32 | WriteOrder |
The (default) write order for this stream. |
Non standard key to use, or NULL to use a standard key.
bool NonGC |
True if the track number bytes are not to be set automatically.
Scheme if system or element count if essence.
Sub ID if system or element number if essence.
int LenSize |
The KLV length size to use for this stream (0 for auto).
If indexing this stream a pointer to the index manager, else NULL.
int IndexSubStream |
If indexing this stream the sub stream number, else undefined.
bool IndexFiller |
If indexing this stream true if filler preceeding this stream is to be indexed, else undefined.
bool IndexClip |
True if indexing clip-wrapped essence.
bool CountFixed |
True once the essence element count has been fixed.
The count is fixed the first time either a key is written or a track number is reported
The (default) write order for this stream.
Elements with a lower WriteOrder are written first when the content package is written