onGetLength property

Pointer<NativeFunction<Int Function(Pointer<ma_data_source> pDataSource, Pointer<ma_uint64> pLength)>> onGetLength
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<ma_data_source> pDataSource,
            ffi.Pointer<ma_uint64> pLength)>> onGetLength;