LV2_ATOM_CONTENTS

Return a pointer to the contents of an Atom. The "contents" of an atom is the data past the complete type-specific header. @param type The type of the atom, e.g. LV2_Atom_String. @param atom A variable-sized atom.

version(LV2)
extern (C)
void*
LV2_ATOM_CONTENTS
(
alias type
)

Meta