Video Streaming/Conferencing – COM
DLL |
Interface / CLSID |
Header |
Comments |
Help Files |
Demo Project Source Code |
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. |
LTMMCOM.CHM |
\Examples\ltmm\vb\NetServer |
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. |
LTMMCOM.CHM |
\Examples\ltmm\vb\NetServer |
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. |
LTMMCOM.CHM |
\Examples\ltmm\cpp\NetServer |
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. |
LTMMCOM.CHM |
\Examples\ltmm\vb\NetServer |