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

# Is Video Playing

## Overview

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

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

## Attributes

| 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. Returns **None** if there is no file or **Scene Object**.                  |

## See Also

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