Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
MediaWriter
Functions for a writer filter
Synopsis:
static MediaWriter media_writer =
{
SetOutputStream
};
Description:
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:
SetOutputStream()
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.
Classification:
Neutrino
See also:
Extending the Multimedia Framework.
![]() |
![]() |
![]() |
![]() |

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