[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)][GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")][ComImportAttribute()]public interface ILMNetSrc
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;