ma_async_notification_event_wait function

ma_result ma_async_notification_event_wait(
  1. Pointer<ma_async_notification_event> pNotificationEvent
)

Implementation

ma_result ma_async_notification_event_wait(
  ffi.Pointer<ma_async_notification_event> pNotificationEvent,
) => ma_result.fromValue(_ma_async_notification_event_wait(pNotificationEvent));