Asynchronously attach an output.
#include <mm/renderer/async.h>
int mmr_async_output_attach(mmr_context_t *ctxt,
void *udata,
const char *url,
const char *type)
BlackBerry 10.3.0
A context handle.
User data to be returned with the result.
The URL of the new output.
The output type ("audio", "video", etc.).
Send a request to attach an output and return its output ID.
Zero on success, -1 on failure (check errno).