ma_device_get_state function

ma_device_state ma_device_get_state(
  1. Pointer<ma_device> pDevice
)

Implementation

ma_device_state ma_device_get_state(ffi.Pointer<ma_device> pDevice) =>
    ma_device_state.fromValue(_ma_device_get_state(pDevice));