-
Notifications
You must be signed in to change notification settings - Fork 63
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
Description
I need addStreamOutput, but we don't have it in the generated bindings.
| # Needs `dispatch_queue_t` | |
| class.SCStream.methods."addStreamOutput:type:sampleHandlerQueue:error:".skipped = true |
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.
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