# Seek Media

## Seek Media

This **Node** can be used to seek a particular point of a **Media** **Object**. It has three different versions depending on the `Seek Mode` chosen. Find in the tabs below the documentation for all versions.

{% tabs %}
{% tab title="Frame" %}

## Overview

![The Seek Media Node, with Seek Mode: Frame.](/files/e6vsqPm17p2Z2TaPogqs)

The **Seek Media** **Node** with `Seek Mode`: `Frame` can be used to navigate to a particular point in a [**Video**](/incari-studio/2023.1/objects-and-types/scene-objects/video.md) providing the corresponding timeframe as input.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Seek Media Node Attributes.](/files/ZcEG1aI4BL6Bsaa3S3OE)

| Attribute   | Type         | Description                                                                                                                                                                                                                                           |
| ----------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Seek Mode` | **Dropdown** | Mode for seeking the **Media** **Object**. In this case, `Frame`. Please note that the `Frame` `Seek Mode` only permits seeking **Video Objects** and it does not work for **Audio Objects**, for which one of the other `Seek Modes` has to be used. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | **ID** of the **Video** **Object** to be sought.                      |
| `Frame Number`    | **Int**      | *Frame number* to navigate to.                                        |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| {% endtab %}       |           |                                                                                                                                        |

{% tab title="Percentage" %}

## Overview

![The Seek Media Node, with Seek Mode: Percentage.](/files/PMBbvLQKCqWA2p6NbvK4)

The **Seek Media** **Node** with `Seek Mode`: `Percentage` can be used to navigate to a particular point in a **Media Object** providing the corresponding percentage as input. **Media** in **Incari** is either a [**Video**](/incari-studio/2023.1/objects-and-types/scene-objects/video.md) or an [**Audio**](/incari-studio/2023.1/objects-and-types/scene-objects/audio.md).

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Seek Media Node Attributes.](/files/ZcEG1aI4BL6Bsaa3S3OE)

| Attribute   | Type         | Description                                                            |
| ----------- | ------------ | ---------------------------------------------------------------------- |
| `Seek Mode` | **Dropdown** | Mode for seeking the **Media** **Object**. In this case, `Percentage`. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | **ID** of the **Media** **Object** to be sought.                      |
| `Percentage`      | **Float**    | Percentage of the **Media Object** to navigate to.                    |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| {% endtab %}       |           |                                                                                                                                        |

{% tab title="Seconds" %}

## Overview

![The Seek Media Node, with Seek Mode: Seconds.](/files/bAIKmVAmZv0fLvaqIkls)

The **Seek Media** **Node** with `Seek Mode`: `Seconds` can be used to navigate to a particular point in a **Media Object** providing the corresponding second as input. **Media** in **Incari** is either a [**Video**](/incari-studio/2023.1/objects-and-types/scene-objects/video.md) or an [**Audio**](/incari-studio/2023.1/objects-and-types/scene-objects/audio.md).

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Seek Media Node Attributes.](/files/ZcEG1aI4BL6Bsaa3S3OE)

| Attribute   | Type         | Description                                                         |
| ----------- | ------------ | ------------------------------------------------------------------- |
| `Seek Mode` | **Dropdown** | Mode for seeking the **Media** **Object**. In this case, `Seconds`. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | **ID** of the **Media** **Object** to be sought.                      |
| `Seconds`         | **Dropdown** | Mode for seeking the **Media** **Object**                             |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| {% endtab %}       |           |                                                                                                                                        |
| {% endtabs %}      |           |                                                                                                                                        |

## See Also

* [**Play Media**](/incari-studio/2023.1/toolbox/incari/media/playmedia.md)
* [**Stop Media**](/incari-studio/2023.1/toolbox/incari/media/stopmedia.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2023.1/toolbox/incari/media/seekmedia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
