LMMS
Loading...
Searching...
No Matches
dynmanifest.h File Reference
#include <stdio.h>
#include "lv2.h"

Go to the source code of this file.

Macros

#define LV2_DYN_MANIFEST_URI   "http://lv2plug.in/ns/ext/dynmanifest"
 http://lv2plug.in/ns/ext/dynmanifest
#define LV2_DYN_MANIFEST_PREFIX   LV2_DYN_MANIFEST_URI "#"
 http://lv2plug.in/ns/ext/dynmanifest#

Typedefs

typedef voidLV2_Dyn_Manifest_Handle

Functions

int lv2_dyn_manifest_open (LV2_Dyn_Manifest_Handle *handle, const LV2_Feature *const *features)
int lv2_dyn_manifest_get_subjects (LV2_Dyn_Manifest_Handle handle, FILE *fp)
int lv2_dyn_manifest_get_data (LV2_Dyn_Manifest_Handle handle, FILE *fp, const char *uri)
void lv2_dyn_manifest_close (LV2_Dyn_Manifest_Handle handle)