stop property

Pointer<NativeFunction<Void Function(Pointer<snd_pcm_scope_t> scope)>> stop
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(ffi.Pointer<snd_pcm_scope_t> scope)>> stop;