onSeek property

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

Implementation

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