Managed DirectShow Programming Reference

FilterGraphManager Members

FilterGraphManager overview

Public Instance Constructors

FilterGraphManager Constructor Initializes a gcnew instance of the FilterGraphManager class.

Public Instance Properties

Audio 
EventProcessor 
FiltersGets the filters in the filter graph.
MediaControl 
MediaSeeking 
Statistics 
Video 
VideoWindow 

Public Instance Methods

AbortRequests that the graph builder return as soon as possible from its current task.
AddSourceFilterAdds a source filter to the filter graph for a specific file.
ConnectConnects two pins. If they will not connect directly, this method connects them with intervening transforms.
ConnectDirectOverloaded.  
Disconnect 
Dispose (inherited from KvTv.DirectShow.Private.WrapperBase<IGraphBuilder>) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FindFilterByName 
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
GetWrapped (inherited from KvTv.DirectShow.Private.WrapperBase<IGraphBuilder>) 
IsDisposed (inherited from KvTv.DirectShow.Private.WrapperBase<IGraphBuilder>) 
LoadGraph 
PublishPublishes the filter graph to the Running Object Table (ROT).
ReconnectBreaks the existing pin connection and reconnects it to the same pin.
RenderAdds a chain of filters to a specified output pin to render it.
RenderFileBuilds a filter graph that renders the specified file.
SaveGraph 
SetDefaultSyncSourceSets the reference clock to the default clock.
SetLogFileSets the file for logging actions taken when attempting to perform an operation.
ToString (inherited from Object)Returns a String that represents the current Object.
UnpublishRemoves the publication of the filter graph from the Running Object Table (ROT).

Public Instance Events

Complete 
ErrorAbort 
Paused 
RunError 
StreamError 

See Also

FilterGraphManager Class | KvTv.DirectShow Namespace