LMMS
Loading...
Searching...
No Matches
posix-fd-support.h File Reference
#include "../plugin.h"

Go to the source code of this file.

Classes

struct  clap_plugin_posix_fd_support
struct  clap_host_posix_fd_support

Typedefs

typedef uint32_t clap_posix_fd_flags_t
typedef struct clap_plugin_posix_fd_support clap_plugin_posix_fd_support_t
typedef struct clap_host_posix_fd_support clap_host_posix_fd_support_t

Enumerations

enum  { CLAP_POSIX_FD_READ = 1 << 0 , CLAP_POSIX_FD_WRITE = 1 << 1 , CLAP_POSIX_FD_ERROR = 1 << 2 }

Variables

static CLAP_CONSTEXPR const char CLAP_EXT_POSIX_FD_SUPPORT [] = "clap.posix-fd-support"

Typedef Documentation

◆ clap_host_posix_fd_support_t

◆ clap_plugin_posix_fd_support_t

◆ clap_posix_fd_flags_t

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CLAP_POSIX_FD_READ 
CLAP_POSIX_FD_WRITE 
CLAP_POSIX_FD_ERROR 

Variable Documentation

◆ CLAP_EXT_POSIX_FD_SUPPORT

CLAP_CONSTEXPR const char CLAP_EXT_POSIX_FD_SUPPORT[] = "clap.posix-fd-support"
static