# streamType

> The type of the output or input stream.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Playables](/engine/6000.6/script-reference/unityengine/playables.md)
* **Assembly:** UnityEngine.CoreModule

> **Warning:**
>
> **Removed.** streamType is no longer supported on PlayableBinding. Use the appropriate binding create method (e.g. AnimationPlayableBinding.Create(name, key)) instead.

```csharp
public DataStreamType streamType { get; set; }
```

### Remarks

Additional Resources: [DataStreamType](/engine/6000.6/script-reference/unityengine/playables/datastreamtype.md).
