We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great to support native APIs of the operating systems. For Mac, there was good work done by the @captbaritone in the #10. Later, we can look at https://www.npmjs.com/package/electron-media-service and try to port it to N-API.
For Linux, we can use https://www.npmjs.com/package/mpris-service.
For Windows, https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/system-media-transport-controls is the way to go. We can hopefully use automatically generated NodeRT module.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be great to support native APIs of the operating systems. For Mac, there was good work done by the @captbaritone in the #10. Later, we can look at https://www.npmjs.com/package/electron-media-service and try to port it to N-API.
For Linux, we can use https://www.npmjs.com/package/mpris-service.
For Windows, https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/system-media-transport-controls is the way to go. We can hopefully use automatically generated NodeRT module.
The text was updated successfully, but these errors were encountered: