ma_device_get_context function

  1. @Native<Pointer<ma_context> Function(Pointer<ma_device> pDevice)>(ffi.Pointer<ma_device>)>()
Pointer<ma_context> ma_device_get_context(
  1. Pointer<ma_device> pDevice
)

Retrieves a pointer to the context that owns the given device.

Implementation

@ffi.Native<ffi.Pointer<ma_context> Function(ffi.Pointer<ma_device>)>()
external ffi.Pointer<ma_context> ma_device_get_context(
  ffi.Pointer<ma_device> pDevice,
);