dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
LV2_Atom_Property
dplug
lv2
atom
An atom:Property. May be cast to LV2_Atom.
version(LV2)
extern (
C
)
struct
LV2_Atom_Property {
LV2_Atom
atom
;
LV2_Atom_Property_Body
body_
;
}
Members
Variables
atom
LV2_Atom
atom
;
< Atom header.
body_
LV2_Atom_Property_Body
body_
;
< Body.
Meta
Source
See Implementation
dplug
lv2
atom
aliases
LV2_ATOM_BODY_CONST
LV2_Atom_Bool
functions
LV2_ATOM_BODY
LV2_ATOM_CONTENTS
lv2_atom_object_begin
lv2_atom_object_is_end
lv2_atom_object_next
lv2_atom_pad_size
lv2_atom_sequence_begin
lv2_atom_sequence_end
lv2_atom_sequence_is_end
lv2_atom_sequence_next
manifest constants
LV2_ATOM_PREFIX
LV2_ATOM_REFERENCE_TYPE
LV2_ATOM_URI
LV2_ATOM__Atom
LV2_ATOM__AtomPort
LV2_ATOM__Blank
LV2_ATOM__Bool
LV2_ATOM__Chunk
LV2_ATOM__Double
LV2_ATOM__Event
LV2_ATOM__Float
LV2_ATOM__Int
LV2_ATOM__Literal
LV2_ATOM__Long
LV2_ATOM__Number
LV2_ATOM__Object
LV2_ATOM__Path
LV2_ATOM__Property
LV2_ATOM__Resource
LV2_ATOM__Sequence
LV2_ATOM__Sound
LV2_ATOM__String
LV2_ATOM__Tuple
LV2_ATOM__URI
LV2_ATOM__URID
LV2_ATOM__Vector
LV2_ATOM__atomTransfer
LV2_ATOM__beatTime
LV2_ATOM__bufferType
LV2_ATOM__childType
LV2_ATOM__eventTransfer
LV2_ATOM__frameTime
LV2_ATOM__supports
LV2_ATOM__timeUnit
structs
LV2_Atom
LV2_Atom_Double
LV2_Atom_Event
LV2_Atom_Float
LV2_Atom_Int
LV2_Atom_Literal
LV2_Atom_Literal_Body
LV2_Atom_Long
LV2_Atom_Object
LV2_Atom_Object_Body
LV2_Atom_Property
LV2_Atom_Property_Body
LV2_Atom_Sequence
LV2_Atom_Sequence_Body
LV2_Atom_String
LV2_Atom_Tuple
LV2_Atom_URID
LV2_Atom_Vector
LV2_Atom_Vector_Body
templates
LV2_ATOM_CONTENTS_CONST
An atom:Property. May be cast to LV2_Atom.