I need to create several pairs of audio/video tracks. I want them to be video/audio/video/audio/video/audio just as would be typical for any multicam project. The problem is video tracks always add as the first track and audio tracks always add as the last track. So what I end up with is:
3Video
2Video
1Video
1Audio
2Audio
3Audio
I can't seem to find a way in the API to order tracks or to insert them at a certain index. I tried the "Insert" method (on the baselist class) which has an index parm. But I get an "unsupported method" error. So all I can do is the Add method and get the above ordering.
Am I missing something? Is there a way to get the new tracks ordered the way I want?
Thanks.
2G
3Video
2Video
1Video
1Audio
2Audio
3Audio
I can't seem to find a way in the API to order tracks or to insert them at a certain index. I tried the "Insert" method (on the baselist class) which has an index parm. But I get an "unsupported method" error. So all I can do is the Add method and get the above ordering.
Am I missing something? Is there a way to get the new tracks ordered the way I want?
Thanks.
2G