LMNetDmx Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ILMNetDmx Interface
See Also  Members  
LMNetDmx Namespace : ILMNetDmx Interface



The Network Demultiplexer filter is responsible for splitting multiplexed media, output from the LEAD Network Source.

Syntax

Visual Basic (Declaration) 
<GuidAttribute("E2B7DDF6-38C5-11D5-91F6-00104BDB8FF9")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)>
<ComImportAttribute()>
Public Interface ILMNetDmx 
Visual Basic (Usage)Copy Code
Dim instance As ILMNetDmx
C# 
[GuidAttribute("E2B7DDF6-38C5-11D5-91F6-00104BDB8FF9")]
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)]
[ComImportAttribute()]
public interface ILMNetDmx 
C++/CLI 
[GuidAttribute("E2B7DDF6-38C5-11D5-91F6-00104BDB8FF9")]
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)]
[ComImportAttribute()]
public interface class ILMNetDmx 

Remarks

The Network Demultiplexer filter is responsible for splitting multiplexed media, output from the LEAD Network Source. It serves as a splitter filter in a DirectShow filter graph. The LEAD Network Demultiplexer works in conjunction with LEAD Network Multiplexer, LEAD Network Sink Filter, and LEAD Network Source Filter to form a complete communication circle; Client-Server based.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also