---
title: toValidFlags
framework: quicktime-file-format
role: symbol
role_heading: Data field
path: quicktime-file-format/link_hot_spot_atom/tovalidflags
---

# toValidFlags

A set of flags that indicate which destination node view settings are valid.

## Overview

Overview Specifies which view settings are to be used when moving to a destination node from a hot spot. You can use these bit flags to specify a value for that field: enum {     kQTVRValidPan                               = 1 << 0,     kQTVRValidTilt                              = 1 << 1,     kQTVRValidFOV                               = 1 << 2,     kQTVRValidViewCenter                        = 1 << 3 }; Constant Descriptions

## See Also

### Data fields

- [majorVersion](quicktime-file-format/link_hot_spot_atom/majorversion.md)
- [minorVersion](quicktime-file-format/link_hot_spot_atom/minorversion.md)
- [toNodeID](quicktime-file-format/link_hot_spot_atom/tonodeid.md)
- [fromValidFlags](quicktime-file-format/link_hot_spot_atom/fromvalidflags.md)
- [fromPan](quicktime-file-format/link_hot_spot_atom/frompan.md)
- [fromTilt](quicktime-file-format/link_hot_spot_atom/fromtilt.md)
- [fromFOV](quicktime-file-format/link_hot_spot_atom/fromfov.md)
- [fromViewCenter](quicktime-file-format/link_hot_spot_atom/fromviewcenter.md)
- [toPan](quicktime-file-format/link_hot_spot_atom/topan.md)
- [toTilt](quicktime-file-format/link_hot_spot_atom/totilt.md)
- [toFOV](quicktime-file-format/link_hot_spot_atom/tofov.md)
- [toViewCenter](quicktime-file-format/link_hot_spot_atom/toviewcenter.md)
- [distance](quicktime-file-format/link_hot_spot_atom/distance.md)
- [flags](quicktime-file-format/link_hot_spot_atom/flags.md)
- [reserved1](quicktime-file-format/link_hot_spot_atom/reserved1.md)
