This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Functions for a writer filter
static MediaWriter media_writer = { SetOutputStream };
This interface defines the functionality required by any filter that is a graph output point. Typically this is a filter that has no output channels, but does have a stream that it writes its data to (such as video or audio output). MediaWriter defines the following function:
int32_t (*SetOutputStream)(MmFilter_t *filter, const AOStream_t *stream);
This function should set the filter's output stream to stream.
If successful, this function returns 0.
Neutrino
Extending the Multimedia Framework.