AVI Splitter Filter (Windows Embedded CE 6.0)
1/6/2010
The AVI Splitter filter is used for the playback of AVI files. It accepts data in AVI format and splits it into its constituent streams for further processing and/or rendering. This filter is typically connected to the file source (async) filter on its input pin, although it can connect to any filter that has an output pin that supports IAsyncReader.
The following table shows the filter properties.
Filter property | Description |
---|---|
Filter Interfaces |
|
Input Pin Media Types |
MEDIATYPE_stream, MEDIASUBTYPE_avi. |
Input Pin Interfaces |
|
Output Pin Media Types |
Typically MEDIATYPE_Video or MEDIATYPE_Audio. The exact type depends on the content of the file, whether the file is compressed, and what codec was used. |
Output Pin Interfaces |
IMediaPosition, IMediaSeeking, IPin, IQualityControl |
Filter CLSID |
CLSID_AviSplitter |
Executable |
Quartz.dll |
MERIT_NORMAL |
|
CLSID_LegacyAmFilterCategory |