Asynchronously attach an input.
#include <mm/renderer/async.h>
int mmr_async_input_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 input.
The type of the input.
Send a request to attach an input file, device, or playlist. If the context already has an input, it is detached first.
Zero on success, -1 on failure (check errno).