# On Media Finish

## Overview

![The On Media Finish Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-973c7fba50543263c9114d401c9c62e8d106cd42%2Fonmediafinish.png?alt=media)

**On Media Finish** is an **Event Listener Node** that gives the user a way to trigger a **Logic Branch** when a media **Object** finishes. Media in **Incari** is either a [**Video**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/scene-objects/video) or [**Audio**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/scene-objects/audio).

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

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The media **Object** that triggers the **Logic Branch** on ending.                 |
| `Subscribe` (►) | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## 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. |
| `Object ID`        | **ObjectID** | The media **Object** received as **Input**.                                                                                            |

## See Also

* [**On Media Play**](https://docs.incari.com/incari-studio/2023.2/toolbox/events/media/onmediaplay)
