Skip to content

How to provide my own binding? #684

Open
@yujonglee

Description

@yujonglee

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

No one assigned

    Labels

    A-objc2Affects the `objc2`, `objc2-exception-helper` and/or `objc2-encode` cratesdocumentationImprovements or additions to documentation

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions