> 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/ismediaplaying.md).

# Is Media Playing

## Overview

![The Is Media Playing Node.](/files/WAtCzX6EGY7mtAKB2sxe)

The **Is Media Playing Node** returns a **Boolean** value, depending on whether the inputted **Media** is playing or not. **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 checked.                     |

## 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. |
| `Is Playing`       | **Bool**  | Returns *true* if the **Media** is playing, *false* if not.                                                                            |

## See Also

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