Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

MmDetachChannel()

Detach a multimedia channel

Synopsis:

int32_t MmDetachChannel(MmChannel_t *c);

Arguments:

c
A pointer to the channel you want to detach.

Library:

mmedia

Description:

This function detaches the channel c.

Returns:

0
Success.
-1
An error occurred.

Classification:

Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

MmAcquireInputChannel(), MmAcquireOutputChannel(), MmChannel_t, MmReleaseChannel()