Managed DirectShow Programming Reference

ISourceGraph Interface

[This is preliminary documentation and subject to change.]

Interface implemented by graph components that are sources for streams.

For a list of all members of this type, see ISourceGraph Members.

public interface ISourceGraph :

Types that implement ISourceGraph

Type Description
AsfRecorder Provides recording to ASF files.
CameraSource Provides a ISourceGraph in pull mode with a file as the stream source.
DvbtTunerSource Provides a ISourceGraph in push mode with a TV tuner device as the stream source.
FileSource Provides a ISourceGraph in pull mode with a file as the stream source.
Mpeg2Recorder Provides recording of MPEG2 streams to files.
SourceGraphComponentBase Provides an abstract base class for ISourceGraphs.
StreamBuffer Provides buffering of a stream, enabling it to be paused, rewined and fast forwarded.
TVTunerSource Provides a ISourceGraph in push mode with a TV tuner device as the stream source.
UnicastSource Provides a ISourceGraph in push mode with a TCP/IP connection as the stream source.

Requirements

Namespace: KvTv.DirectShow.Components

Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

See Also

ISourceGraph Members | KvTv.DirectShow.Components Namespace