ma_async_notification_event_signal function

ma_result ma_async_notification_event_signal(
  1. Pointer<ma_async_notification_event> pNotificationEvent
)

Implementation

ma_result ma_async_notification_event_signal(
  ffi.Pointer<ma_async_notification_event> pNotificationEvent,
) => ma_result.fromValue(
  _ma_async_notification_event_signal(pNotificationEvent),
);