[][src]Constant lv2_sys::LV2_State_Flags_LV2_STATE_IS_NATIVE

pub const LV2_State_Flags_LV2_STATE_IS_NATIVE: LV2_State_Flags = 4;

Native data.

This flag is used by the host to indicate that the saved data is only going to be used locally in the currently running process (e.g. for instance duplication or snapshots), so the plugin should use the most efficient representation possible and not worry about serialisation and portability.