> 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/2022.1/toolbox/incari/video/isvideoplaying.md).

# Is Video Playing

## Overview

![The Is Video Playing Node.](/files/pXzBHjfI3OJwN4gayEDA)

**Is Video Playing** is a video **Node** returning a **Boolean** value, depending on whether the selected video is playing or not.

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

## Attributes

![The Is Video Playing Node Attributes.](/files/Mit6IKDZPsvH9ffc1Tmw)

| Attribute | Type         | Description            |
| --------- | ------------ | ---------------------- |
| `Object`  | **ObjectID** | The target **Object**. |

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

## See Also

* [**Play Video**](/incari-studio/2022.1/toolbox/incari/video/playvideo.md)
* [**Pause Video**](/incari-studio/2022.1/toolbox/incari/video/pausevideo.md)
* [**Seek Video**](/incari-studio/2022.1/toolbox/incari/video/seekvideo.md)
* [**Stop Video**](/incari-studio/2022.1/toolbox/incari/video/stopvideo.md)
