I'd like to use CGDisplayStream API using Xamarin for MacOS, however it seems that there are no bindings for it yet.
I browsed the code in https://github.com/xamarin/xamarin-macios/tree/main/src/CoreGraphics and didn't find any references to CGDisplayStream, the only place where I could find trace about this type was Wiki on Bindings: 1, 2, 3, but I'm not really sure how to read these pages.
- Are these bindings currently missing?
- If so, is that because there was no prior demand to incorporate those APIs, or is there something special about CGDisplayStream that makes it hard to bring into Xamarin?
- If it's just about lack of demand, could someone guide me on how to potentially contribute adding such bindings?
@dynamic property, etc... is not unusual and you either do it yourself or use a different dev platform@dynamicsupport so CoreAnimation/CALayer properties can be animated on iOS/macOS via Xamarin..., Xamarin's devs were impressed I did it, and they added to the future ench. list, but that was 3+ years ago and it is still not a supported feature.