This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Release a multimedia channel
int32_t MmReleaseChannel(MmChannel_t *channel);
mmedia
This function releases the channel from its filter.
If channel is attached to another filter, you should call MmDetachChannel() instead of this function. You should call MmReleaseChannel() only if you can't attach a given channel after acquiring it.
// We previously acquired this channel, and now we're done // with it, so we want to release the channel. MmReleaseChannel(channel);
Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
MmAcquireInputChannel(), MmAcquireOutputChannel(), MmChannel_t, MmDetachChannel()