# GetAnimationStreamSource()

> Gets the stream source of the specified AnimationPlayableOutput.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Animations](/engine/6000.7/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public AnimationStreamSource GetAnimationStreamSource()
```

### Returns

| Type                                                                                                     | Description                                                                                                                         |
| -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| [AnimationStreamSource](/engine/6000.7/script-reference/unityengine/animations/animationstreamsource.md) | Returns the [AnimationStreamSource](/engine/6000.7/script-reference/unityengine/animations/animationstreamsource.md) of the output. |

### Remarks

Additional Resources: [AnimationStreamSource](/engine/6000.7/script-reference/unityengine/animations/animationstreamsource.md)
