# Is Video Playing

## Overview

![The Is Video Playing Node.](https://1582035224-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-3848250649%2Fuploads%2Fgit-blob-532e56ef247313f0ef50e2553a0acf260165897c%2Fisvideoplaying.png?alt=media)

**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**](https://docs.incari.com/incari-studio/2021.3/toolbox/incari/video/playvideo)
* [**Pause Video**](https://docs.incari.com/incari-studio/2021.3/toolbox/incari/video/pausevideo)
* [**Seek Video**](https://docs.incari.com/incari-studio/2021.3/toolbox/incari/video/seekvideo)
* [**Stop Video**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2021.3/toolbox/incari/video/stopvideo.md)
