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.
pub unsafe extern "C" fn ndspSetCallback(
callback: ndspCallback,
data: *mut c_void,
)Sets the sound frame callback.
callback - Callback to set.data - User-defined data to pass to the callback.