onDeviceGetInfo property

Pointer<NativeFunction<Int Function(Pointer<ma_device> pDevice, UnsignedInt type, Pointer<ma_device_info> pDeviceInfo)>> onDeviceGetInfo
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<ma_device> pDevice, ffi.UnsignedInt type,
            ffi.Pointer<ma_device_info> pDeviceInfo)>> onDeviceGetInfo;