mmr_input_detach()

Detach an input.

Synopsis:

#include <mm/renderer.h>
int mmr_input_detach( mmr_context_t *ctxt )

Arguments:

ctxt
A context handle.

Library:

mmrndclient

Description:

Detach any input. If the context is playing, stop it first. If there is no input already, this is a no-op.

Returns:

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

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes