ma_data_source_get_next function

  1. @Native<Pointer<Void> Function(Pointer<Void> pDataSource)>(ffi.Pointer<ma_data_source>)>()
Pointer<Void> ma_data_source_get_next(
  1. Pointer<Void> pDataSource
)

Implementation

@ffi.Native<ffi.Pointer<ma_data_source> Function(ffi.Pointer<ma_data_source>)>()
external ffi.Pointer<ma_data_source> ma_data_source_get_next(
  ffi.Pointer<ma_data_source> pDataSource,
);