ILMNetSrc Interface

Summary
The LMNetSrc object is responsible for receiving the stream data sent by the LEAD Network Sink.
Syntax
C#
C++/CLI
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)] 
[GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")] 
[ComImportAttribute()] 
public interface ILMNetSrc              
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)] 
[GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")] 
[ComImportAttribute()] 
public interface class ILMNetSrc             
Remarks

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; 
Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.