Asynchronously detach an output.
#include <mm/renderer/async.h>
int mmr_async_output_detach(mmr_context_t *ctxt,
void *udata,
unsigned output_id)
BlackBerry 10.3.0
A context handle.
User data to be returned with the result.
An output ID.
Send a request to detach an output.
Zero on success, -1 on failure (check errno).