ILMNetSrc Interface

Summary
The LMNetSrc object is responsible for receiving the stream data sent by the LEAD Network Sink.
Syntax
C#
VB
C++
[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 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

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