FilterGraphManager Constructor
|
Initializes a gcnew instance of the FilterGraphManager class. |
Audio | |
EventProcessor | |
Filters | Gets the filters in the filter graph. |
MediaControl | |
MediaSeeking | |
Statistics | |
Video | |
VideoWindow |
Abort | Requests that the graph builder return as soon as possible from its current task. |
AddSourceFilter | Adds a source filter to the filter graph for a specific file. |
Connect | Connects two pins. If they will not connect directly, this method connects them with intervening transforms. |
ConnectDirect | Overloaded. |
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 | |
Publish | Publishes the filter graph to the Running Object Table (ROT). |
Reconnect | Breaks the existing pin connection and reconnects it to the same pin. |
Render | Adds a chain of filters to a specified output pin to render it. |
RenderFile | Builds a filter graph that renders the specified file. |
SaveGraph | |
SetDefaultSyncSource | Sets the reference clock to the default clock. |
SetLogFile | Sets the file for logging actions taken when attempting to perform an operation. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Unpublish | Removes the publication of the filter graph from the Running Object Table (ROT). |
FilterGraphManager Class | KvTv.DirectShow Namespace