# Get Media

## Overview

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

The **Get Media Node** returns the **Media Asset** of a **Media Object**. This would either be a **Video** or **Audio Asset**.

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

## 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 **Media Object** which will have its **Media Asset** returned. |

## 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. |
| `Media ID`         | **MediaID** | The returned ID of the **Media Asset** that is set to the **Media Object**.                                                            |

## See Also

* [**Set Media**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/media/setmedia)
* [**Video**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/scene-objects/video)
* [**Audio**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/scene-objects/audio)
