[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Provides a ISourceGraph in pull mode with a file as the stream source.
Namespace: KvTv.DirectShow.Components
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class FileSource _ Inherits PausingGraphComponentBase _ Implements ISourceGraph, IGraph |
| C# |
|---|
public class FileSource : PausingGraphComponentBase, ISourceGraph, IGraph |
| Visual C++ |
|---|
public ref class FileSource : public PausingGraphComponentBase, ISourceGraph, IGraph |
Remarks
Any type of file supported by DirectShow is supported by this ISourceGraph component, since it leaves the filter instantiation to the DirectShow filter graph manager.
FileName must be defined before Render() is called.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
KvTv.DirectShow.Components.GraphComponentBase
KvTv.DirectShow.Components.PausingGraphComponentBase
KvTv.DirectShow.Components.FileSource
System.MarshalByRefObject
System.ComponentModel.Component
KvTv.DirectShow.Components.GraphComponentBase
KvTv.DirectShow.Components.PausingGraphComponentBase
KvTv.DirectShow.Components.FileSource