onDeviceStop property

Pointer<NativeFunction<Int Function(Pointer<ma_device> pDevice)>> onDeviceStop
getter/setter pair

Implementation

external ffi.Pointer<
        ffi.NativeFunction<ffi.Int Function(ffi.Pointer<ma_device> pDevice)>>
    onDeviceStop;