How to provide my own binding? #684
Labels
A-objc2
Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` crates
documentation
Improvements or additions to documentation
I need addStreamOutput, but we don't have it in the generated bindings.
objc2/framework-crates/objc2-screen-capture-kit/translation-config.toml
Lines 7 to 8 in cd299d2
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 getaddstreamoutput
binding working without waiting fordispatch_queue_t
support.Not sure what is needed to use my own binding alongside
objc2
. Any input would be appreciated.The text was updated successfully, but these errors were encountered: