zencoder-cs
zencoder-cs copied to clipboard
Add Grouping Support to CreateJob
I'm cool with this and appreciate the addition. However, can you remove the changes to Zencoder.cs? They break the public API and will cause build errors for anyone calling Zencoder.CreateJob (the tests project doesn't actually build with the PR applied).
Sorry that was my mistake. I just added app.config so I could also run the test project.
I added a new overload to handle grouping. Is that okay?
I was just implementing this, I need PassThrough as well though, so I'll work in my local copy until this is merged in, then I'll update, add my passthrough, and put up a patch for PassThrough support