# Is Video Playing

## Overview

![The Is Video Playing Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-90433217f6b32546b5a6a023ef79be35fac0afd3%2Fisvideoplayingupdatedimage.png?alt=media)

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

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

## Attributes

![The Is Video Playing Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-bfe210f890cc9e5ae099a9b2d45b58b05a0d93f7%2Fnode-is-video-playing-attr.png?alt=media)

| 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**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/video/playvideo)
* [**Pause Video**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/video/pausevideo)
* [**Seek Video**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/video/seekvideo)
* [**Stop Video**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/video/stopvideo)
