Open
Description
I need addStreamOutput, but we don't have it in the generated bindings.
We need #77 to be resolved to get dispatch_queue_t
supported.
But since sampleHandlerQueue: dispatch_queue_t?
is optional, I wonder if I can get addstreamoutput
binding working without waiting for dispatch_queue_t
support.
Not sure what is needed to use my own binding alongside objc2
. Any input would be appreciated.