-
Notifications
You must be signed in to change notification settings - Fork 70
How to provide my own binding? #684
Copy link
Copy link
Open
Labels
A-objc2Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesAffects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Metadata
Metadata
Assignees
Labels
A-objc2Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesAffects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesdocumentationImprovements or additions to documentationImprovements 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_tsupported.But since
sampleHandlerQueue: dispatch_queue_t?is optional, I wonder if I can getaddstreamoutputbinding working without waiting fordispatch_queue_tsupport.Not sure what is needed to use my own binding alongside
objc2. Any input would be appreciated.