<!--
{
  "documentType" : "article",
  "framework" : "QuickTime File Format",
  "identifier" : "/documentation/QuickTime-File-Format/Node_information_atom_container",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Node information atom container"
}
-->

# Node information atom container

An atom container that includes general information about the node such as the node’s type, ID, and name.

## Overview

> Important: VR Media is deprecated in the QuickTime file format. The information that follows documents existing content containing VR Media and should not be used for new development.

The node information atom container includes general information about the node such as the node’s type, ID, and name. The node information atom container also contains the list of hot spot atoms for the node. A QuickTime VR movie contains one node information atom container for each node in the file. The routine `QTVRGetNodeInfo` allows you to obtain the node information atom container for the current node or for any other node in the movie.

The following shows the structure of the node information atom container.

```
Node information
├── Node header
├── Name string
├── Comment string
└── Hot spot parent
    ├── Hot spot
    │   ├── Hot spot information
    │   ├── Name string
    │   ├── Comment string
    │   └── Link hot spot information
    ├── Hot spot
    │   ├── Hot spot information
    │   ├── Name string
    │   ├── Comment string
    │   └── Link hot spot information
    ├── ...
```

## Topics

### Specifying node information

[`Node header atom ('ndhd')`](/documentation/quicktime-file-format/Node_header_atom)

An atom that describes the type and ID of a node, as well as other information about the node.

[`Hot spot parent atom ('hspa')`](/documentation/quicktime-file-format/Hot_spot_parent_atom)

An atom that is the parent for all hot spot atoms for the node.

[`Hot spot information atom ('hsin')`](/documentation/quicktime-file-format/Hot_spot_information_atom)

An atom that contains general information about a hot spot.

[`Specific information atom`](/documentation/quicktime-file-format/Specific_information_atom)

An atom that identified the hot spot type.

[`Link hot spot atom ('link')`](/documentation/quicktime-file-format/Link_hot_spot_atom)

An atom that specifies information for a link hot spot.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)