Filter_MPEG2_Transport_Demux Field

Summary
LEAD MPEG2 Transport Demultiplexer string constant
Syntax
C#
VB
C++
[MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType, ArraySubType=0, SizeParamIndex=0, SizeConst=0, IidParameterIndex=0, SafeArraySubType=0)] 
public const string Filter_MPEG2_Transport_Demux 
<MarshalAsAttribute(UnmanagedType.U1 Or  _ 
    UnmanagedType.LPStr)> 
Public Const Filter_MPEG2_Transport_Demux As String 
[MarshalAsAttribute(UnmanagedType.U1 |  
    UnmanagedType.LPStr)] 
public: 
const String^ Filter_MPEG2_Transport_Demux 
Remarks

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), H.264 (ISO/IEC 14496-10) or H265 (ISO/IEC 23008-2). The audio compression can be MPEG1 (ISO/IEC 11172-3), AC3, LPCM or AAC.

The demultiplexer works in pull mode, so it will connect to source filters that expose the IAsyncReader interface.

Requirements

Target Platforms

See Also

Reference

Constants Class

Constants Members

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.