---
title: "Cue Point Custom Keys"
slug: "cue-point-custom-keys"
updated: 2024-11-26T21:56:24Z
published: 2024-11-26T21:56:24Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cue Point Custom Keys

The goal of the processors is to transform the RAS message into a cue point of a known type. Currently it only supports **stwcue** as an output type. This means that all the cue point attribute keys should be stw-compatible. On top of the standard stwcue dictionaries, there are some custom keys that can be used:

| Key | Description |
| --- | --- |
| stw_cache | Maps to the **cache** attribute of the STW cue point. |
| stw_delay | Adds a delay in milliseconds that is added to the timestamp. Delay can also be negative (e.g., -5000). |
| stw_mount | Maps to the **mount** attribute in the STW cuepoint. |
| stw_timestamp | Maps to the **timestamp** attribute of the STW cue point. |
| stw_type | Maps to the **type** attribute in the STW cuepoint. |
