The QuickTime Movie Parser filter splits AppleŽ QuickTimeŽ data into audio and video streams. It supports QuickTime 2.0 and earlier. The input pin connects to a source filter such as the Async File Source filter or the URL File Source filter. The Parser uses the AVI Decompressor or QT Decompressor filter to decompress QuickTime files. The filter creates one output pin for the video stream and one output pin for the audio stream.
Filter Interfaces |
IAMMediaContent, IBaseFilter |
Input Pin Media Types |
MEDIATYPE_Stream, MEDIASUBTYPE_QTMovie; |
Input Pin Interfaces |
IPin, IQualityControl |
Output Pin Media Types |
- MEDIATYPE_Video, MEDIASUBTYPE_NULL, FORMAT_VideoInfo
- MEDIATYPE_Audio, MEDIASUBTYPE_NULL, FORMAT_WaveFormatEx
|
Output Pin Interfaces |
IMediaPosition, IMediaSeeking, IPin, IQualityControl |
Filter CLSID |
CLSID_QuickTimeParser |
Property Page CLSID |
No property page. |
Executable |
quartz.dll |
Merit |
MERIT_NORMAL |
Filter Category |
CLSID_LegacyAmFilterCategory |