ma_async_notification_signal function

ma_result ma_async_notification_signal(
  1. Pointer<Void> pNotification
)

Implementation

ma_result ma_async_notification_signal(
  ffi.Pointer<ma_async_notification> pNotification,
) => ma_result.fromValue(_ma_async_notification_signal(pNotification));