# Sandbox.MovieMaker.TrackBinder.GetTrackIds

```csharp
IEnumerable<System.Guid> GetTrackIds(IValid gameObjectOrComponent)
```

Finds track IDs currently explicitly bound to the given `gameObjectOrComponent`.

### Parameters

- `gameObjectOrComponent` (`IValid`)

### Returns

`IEnumerable<System.Guid>`

Declared in [Sandbox.MovieMaker.TrackBinder](/api/Sandbox.MovieMaker.TrackBinder).
Assembly: `Sandbox.Engine`.
