Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
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()
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)