ma_device_get_log function

  1. @Native<Pointer<ma_log> Function(Pointer<ma_device> pDevice)>(ffi.Pointer<ma_device>)>()
Pointer<ma_log> ma_device_get_log(
  1. Pointer<ma_device> pDevice
)

Helper function for retrieving the log object associated with the context that owns this device.

Implementation

@ffi.Native<ffi.Pointer<ma_log> Function(ffi.Pointer<ma_device>)>()
external ffi.Pointer<ma_log> ma_device_get_log(ffi.Pointer<ma_device> pDevice);