This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Acquire a multimedia input channel
MmChannel_t *MmAcquireInputChannel(MmFilter_t *filter, int32_t mtype);
You can OR These flags with MEDIA_TYPE_COMPRESSED if the data is compressed.
mmedia
This function acquires an input channel from filter of the media type mtype. This function returns NULL if it can't acquire an input channel.
A pointer to a new channel (an MmChannel_t) if successful, NULL if not.
Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
MmAcquireOutputChannel(), MmAttachChannels(), MmChannel_t, MmReleaseChannel()