---
title: Type indicator
framework: quicktime-file-format
role: article
role_heading: Article
path: quicktime-file-format/type_indicator
---

# Type indicator

Four bytes that indicate a type of data that QuickTime supports.

## Overview

Overview The type indicator is formed of four bytes split between two fields. The first byte indicates the set of types from which the type is drawn. The second through fourth byte forms the second field and its interpretation depends upon the value in the first field. The indicator byte must have a value of 0, meaning the type is drawn from the well-known set of types. All other values are reserved. If the type indicator byte is 0, the following 24 bits hold the well-known type. Please refer to the list of Well-known types.

## See Also

### Types and usage

- [Extensibility](quicktime-file-format/extensibility.md)
- [Localization list sets](quicktime-file-format/localization_list_sets.md)
- [Locale indicator](quicktime-file-format/locale_indicator.md)
- [Data ordering](quicktime-file-format/data_ordering.md)
- [Well-known types](quicktime-file-format/well-known_types.md)
- [Location metadata](quicktime-file-format/location_metadata.md)
- [QuickTime metadata keys](quicktime-file-format/quicktime_metadata_keys.md)
- [Direction definition](quicktime-file-format/direction_definition.md)
- [Metadata handling](quicktime-file-format/appendix_d_metadata_handling.md)
