mmr_output_detach()

Detach an output.

Synopsis:

#include <mm/renderer/renderer.h>
 
int mmr_output_detach(mmr_context_t *ctxt,
                      unsigned output_id)

Since:

BlackBerry 10.0.0

Arguments:

ctxt

A context handle.

output_id

An output ID.

Library:

libmmrndclient (For the qcc command, use the -l mrndclient option to link against this library)

Description:

Detach the specified output.

Returns:

Zero on success, -1 on failure (use mmr_error_info()).