MPEG-1 Parser/Splitter (Windows CE 5.0)

Send Feedback

The MPEG-1 Parser/Splitter filter splits an MPEG-1 system stream into its separate audio and video streams.

The following table shows the filter properties.

Filter property Description
Filter Interfaces IAMStreamSelect, IBaseFilter, IAMMediaContent
Input Pin Media Types MEDIATYPE_Stream

The following subtypes are valid:

  • MEDIASUBTYPE_MPEG1System
  • MEDIASUBTYPE_Audio
  • MEDIASUBTYPE_Video
Input Pin Interfaces IMemInputPin, IPin, IQualityControl
Output Pin Media Types
  • MEDIATYPE_Video, MEDIASUBTYPE_MPEG1Packet
  • MEDIATYPE_Video, MEDIASUBTYPE_MPEG1Payload
  • MEDIATYPE_Audio, MEDIASUBTYPE_MPEG1Packet
  • MEDIATYPE_Audio, MEDIASUBTYPE_MPEG1Payload
Output Pin Interfaces IPin, IMediaSeeking
Filter CLSID CLSID_MPEG1Splitter
Executable Quartz.dll
Merit MERIT_NORMAL
Filter Category CLSID_LegacyAmFilterCategory

Remarks

Because MPEG-1 content is not indexed, seeking can be approximate. Seeking is usually good for a fixed bit rate MPEG-1 system stream.

See Also

Supported DirectShow Filters, DirectShow Registry Settings

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.