> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/incari/media/playmedia.md).

# Play Media

## Overview

![The Play Media Node.](/files/Dd8F9OX0Di3huBKIzHsX)

The **Play Media Node** can be used to play a specified **Media** **Object** during the session. **Media** in **Incari** is either a [**Video**](/incari-studio/objects-and-types/scene-objects/video.md) or an [**Audio**](/incari-studio/objects-and-types/scene-objects/audio.md).

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

## Inputs

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

## 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. |

## See Also

* [**Is Media Playing**](/incari-studio/toolbox/incari/media/ismediaplaying.md)
* [**Pause Media**](/incari-studio/toolbox/incari/media/pausemedia.md)
* [**Stop Media**](/incari-studio/toolbox/incari/media/stopmedia.md)
