MediaReader
![]() |
![]() |
![]() |
![]() |
MediaReader
Functions for a reader filter
Synopsis:
static MediaReader media_reader =
{
SetInputStream
};
Description:
This interface defines the functionality required by any filter that is a graph input point. Typically this is a filter that has no input channels, but does have a media stream that it gets its data from. MediaReader defines the following function:
SetInputStream()
int32_t (*SetInputStream)(MmFilter_t *filter,
const AOStream_t *stream);
This function should set the filter's input stream to stream.
If successful, this function should return 0.
Classification:
Neutrino
See also:
Extending the Multimedia Framework.
![]() |
![]() |
![]() |
![]() |
![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)