Skip to content
New issue

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

CLAP: Host Posix FD Support #888

Open
mfisher31 opened this issue Feb 7, 2025 · 0 comments
Open

CLAP: Host Posix FD Support #888

mfisher31 opened this issue Feb 7, 2025 · 0 comments
Labels
clap Something CLAP related.

Comments

@mfisher31
Copy link
Member

      // clap_host_posix_fd_support
      virtual bool implementsPosixFdSupport() const noexcept { return false; }
      virtual bool posixFdSupportRegisterFd(int fd, clap_posix_fd_flags_t flags) noexcept { return false; }
      virtual bool posixFdSupportModifyFd(int fd, clap_posix_fd_flags_t flags) noexcept { return false; }
      virtual bool posixFdSupportUnregisterFd(int fd) noexcept { return false; }
@mfisher31 mfisher31 added the clap Something CLAP related. label Feb 7, 2025
@mfisher31 mfisher31 moved this to Ready in Element 1.1.x Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clap Something CLAP related.
Projects
Status: No status
Status: Ready
Development

No branches or pull requests

1 participant