Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Managed components #63

Closed
techyian opened this issue Jul 10, 2018 · 1 comment
Closed

Managed components #63

techyian opened this issue Jul 10, 2018 · 1 comment
Assignees
Milestone

Comments

@techyian
Copy link
Owner

Implement a means to create MMALSharp specific components, these should function in the same way that native ones do but are in a managed environment; these components should have the ability to be connected to other native/managed components, sending data using MMALBuffers. The managed connections should also mimic native ones - I envisage this working using the new connection callback handler functionality brought in for 0.4 and if the downstream component is managed, we can invoke its "Data processing" delegate in managed code.

Issues like this could be resolved by having a custom pipeline of native/managed components. The callback/capture handlers could be used also, but I'd like to separate concerns and provide as much flexibility as possible within MMALSharp.

@techyian techyian self-assigned this Jul 10, 2018
@techyian techyian added this to the v0.5 milestone Jul 10, 2018
@techyian techyian modified the milestones: v0.5, v0.6 Nov 23, 2018
@techyian
Copy link
Owner Author

techyian commented Apr 5, 2019

Closing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant