I'm trying to understand the general structure of this scripting API.
So Far I can see:
- Project
---- Track (Audio / Video) with an idx and name
------- Event (Audio / Video) with a start and length
---------- Take
------------- MediaStream / Media
I don't see / understand what exactly a Take is. I can understand that an Event is a container for one take, but not for multiple takes. But what even is a Take if a Take is also a container for Media?
Then also the Take can contain Media or MediaStream. Whats the difference and when to use either of them?