ma_device_get_context function
- @Native<Pointer<
ma_context> Function(Pointer<ma_device> pDevice)>(ffi.Pointer<ma_device>)>()
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,
);