C#
VB
C++
The LMNetSrc object is responsible for receiving the stream data sent by the LEAD Network Sink.
The LMNetSrc object serves as a file reader filter in a DirectShow filter graph. This interface is available in the LEADTOOLS Video Streaming Module. Accessing the Network Source object is simple:
LMNetSrc src = this.playCtrl1.GetSubObject(PlayObject.SourceFilter) as LMNetSrc;