LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Multiplexers and Demultiplexers > Demultiplexers and Splitters > MPEG Demultiplexers > LEAD MPEG2 Transport Demultiplexer |
The LEAD MPEG2 Transport Demultiplexer is a DirectShow filter that can parse the following types of streams:
1. MPEG-2 Transport specified in ISO/IEC 13818-1
2. MPEG-2 Program specified in ISO/IEC 13818-1
3. MPEG-1 System specified in ISO/IEC 11172-1
4. Elementary stream data (also known as raw video or raw audio data)
The first two formats are multiplexed formats, and they can contain video, audio and private data streams. The video compression can be MPEG1 (ISO/IEC 11172-2), MPEG2 (ISO/IEC 13818-1), MPEG4 (ISO/IEC 14496-2) or H.264 (ISO/IEC 14496-10). The audio compression can be MPEG1 (ISO/IEC 11172-3), AC3, LPCM or AAC.
The private data can be retrieved using the ILMMpgDmxCallback interface. The filter will create private data pins, but it is not necessary to render these pins in order to programmatically retrieve the private data packets. The filter also provides the ILMKlvParser interface, which can be used to parse KLV private data conforming to SMPTE 336M-2001. The demultiplexer works in pull mode and will connect to source filters that expose the IAsyncReader interface.
Under Windows 7, Media Player uses Windows Media Foundation modules to play MPEG2 Transport files. By default, Media Player will not use LEAD MPEG2 Transport Demultiplexer to play MPEG-2 Transport files. For troubleshooting in Windows 7, see Playing Media Player Files in Windows 7 .
Technical details for the demultiplexer are provided in the following table:
Filter Interfaces |
|
Interface ID |
IID_ILMMpgDmx |
Input Media Types |
Type: Subtypes: |
Output Media Types |
Depends on the type of data being parsed. The most common output media types are: Type: Subtypes: Type: Subtype: Type: Subtypes: |
Filter CLSID |
CLSID_LMMpgDmxT |
Property Page CLSID |
N/A |
Executable |
LMMpgDmxT.dll, DSKernel2.dll |
Filter category |
CLSID_LegacyAmFilterCategory |
Header |
ILMMpgDmxT.h |
Win32, x64, Mobile
See Also:
This filter is included as part of the following module: