Function ndspSetCallback

Source
pub unsafe extern "C" fn ndspSetCallback(
    callback: ndspCallback,
    data: *mut c_void,
)
Expand description

Sets the sound frame callback.

ยงArguments

  • callback - Callback to set.
  • data - User-defined data to pass to the callback.