LEADTOOLS Multimedia (Leadtools.Multimedia assembly)
LEAD Technologies, Inc

ILMNetSrc Interface






Members 
The LMNetSrc object is responsible for receiving the stream data sent by the LEAD Network Sink.
Object Model
ILMNetSrc Interface
Syntax
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)]
[GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")]
[ComImportAttribute()]
public interface ILMNetSrc 
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)>
<GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")>
<ComImportAttribute()>
Public Interface ILMNetSrc 
'Usage
 
Dim instance As ILMNetSrc
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)]
[GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")]
[ComImportAttribute()]
public interface ILMNetSrc 
function LMNetSrc.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILMNetSrc Members
LMNetSrc Namespace

The LMNetSrc object is responsible for receiving the stream data sent by the LEAD Network Sink.
Object Model
ILMNetSrc Interface
Syntax
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)]
[GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")]
[ComImportAttribute()]
public interface ILMNetSrc 
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)>
<GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")>
<ComImportAttribute()>
Public Interface ILMNetSrc 
'Usage
 
Dim instance As ILMNetSrc
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)]
[GuidAttribute("E2B7DF28-38C5-11D5-91F6-00104BDB8FF9")]
[ComImportAttribute()]
public interface ILMNetSrc 
function LMNetSrc.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILMNetSrc Members
LMNetSrc Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.