MP4ItmfData_s Struct Reference
Public Attributes | List of all members
MP4ItmfData_s Struct Reference

Data structure. More...

Public Attributes

uint8_t typeSetIdentifier
 always zero. More...
 
MP4ItmfBasicType typeCode
 iTMF basic type. More...
 
uint32_t locale
 always zero. More...
 
uint8_t * value
 may be NULL. More...
 
uint32_t valueSize
 value size in bytes. More...
 

Detailed Description

Data structure.

Models an iTMF data atom contained in an iTMF metadata item atom.

Examples:
example/itmf/generic.c.

Member Data Documentation

§ locale

uint32_t MP4ItmfData_s::locale

always zero.

§ typeCode

MP4ItmfBasicType MP4ItmfData_s::typeCode

iTMF basic type.

Examples:
example/itmf/generic.c.

§ typeSetIdentifier

uint8_t MP4ItmfData_s::typeSetIdentifier

always zero.

§ value

uint8_t* MP4ItmfData_s::value

may be NULL.

Examples:
example/itmf/generic.c.

§ valueSize

uint32_t MP4ItmfData_s::valueSize

value size in bytes.

Examples:
example/itmf/generic.c.