mediaeditor_layer_priority_changed_cbFunction typedef

mediaeditor_layer_priority_changed_cbFunction = Void Function(Pointer<mediaeditor_layer_info_s> layer_infos, UnsignedInt size, Pointer<Void> user_data)

Implementation

typedef mediaeditor_layer_priority_changed_cbFunction = ffi.Void Function(
    ffi.Pointer<mediaeditor_layer_info_s> layer_infos,
    ffi.UnsignedInt size,
    ffi.Pointer<ffi.Void> user_data);