Video Streaming/Conferencing – COM

DLL

Interface / CLSID

Header

Comments

Help Files

Demo

LMNetMux2.DLL

ILMNetMux - CLSID_LMNetMux

ILMNetMux2.h

The Network Multiplexer filter multiplexes media in preparation to send it over a TCP/IP network. This filter theoretically accepts any DirectShow media type.

The LEAD Network Multiplexer works in conjunction with LEAD Network Demultiplexer, LEAD Network Sink Filter, and LEAD Network Source Filter to form a complete communication circle; Client-Server based.

LTMMCOMN.CHM

\Examples\ltmm\vb\NetServer
\Examples\ltmm\vb\NetClient

LMNetSnk2.DLL

None - CLSID_LMNetSink

ILMNetSnk2.h

The Network Sink filter is responsible for sending multiplexed media, output by the LEAD Network Multiplexer, over a TCP/IP network.

The LEAD Network Sink Filter works in conjunction with LEAD Network Multiplexer, LEAD Network Source Filter, and LEAD Network Demultiplexer to form a complete communication circle; Client-Server based.

LTMMCOMN.CHM

\Examples\ltmm\vb\NetServer
\Examples\ltmm\vb\NetClient

LMNetSrc2.DLL

None - CLSID_LMNetSrc

None

LEAD Network Source Filter receives stream data, sent by the LEAD Network Sink Filter, on a TCP/IP network. It serves as a file reader filter in a DirectShow filter graph.

The LEAD Network Source Filter works in conjunction with LEAD Network Multiplexer, LEAD Network Sink Filter, and LEAD Network Demultiplexer to form a complete communication circle; Client-Server based.

LTMMCOMN.CHM

\Examples\ltmm\cpp\NetServer
\Examples\ltmm\cpp\NetClient

LMNetDmx2.DLL

ILMNetDmx - CLSID_LMNetDmx

ILMNetDmx2.h

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.

LTMMCOMN.CHM

\Examples\ltmm\vb\NetServer
\Examples\ltmm\vb\NetClient