Class DSGraphProperty.TDSGraph

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TDSGraph : [[Class Vcl.VclProperty|Vcl.VclProperty]]
+
'''public ref class''' DSGraph : [[Class Vcl.VclProperty|Vcl.VclProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 41: Line 41:
  
 
=== Public ===
 
=== Public ===
*[[Property DSGraphProperty.TDSGraph.Filters|Filters]] - The DirechShow filters of the graph.
 
 
*[[Property DSGraphProperty.TDSGraph.MediaControl|MediaControl]] - IMediaControl interface of the DirectShow graph.  
 
*[[Property DSGraphProperty.TDSGraph.MediaControl|MediaControl]] - IMediaControl interface of the DirectShow graph.  
 
*[[Property DSGraphProperty.TDSGraph.MediaEvent|MediaEvent]] - IMediaEvent interface of the DirectShow graph.  
 
*[[Property DSGraphProperty.TDSGraph.MediaEvent|MediaEvent]] - IMediaEvent interface of the DirectShow graph.  
 
*[[Property DSGraphProperty.TDSGraph.GraphBuilder|GraphBuilder]] - ICaptureGraphBuilder2 interface of the DirectShow graph.  
 
*[[Property DSGraphProperty.TDSGraph.GraphBuilder|GraphBuilder]] - ICaptureGraphBuilder2 interface of the DirectShow graph.  
 
*[[Property DSGraphProperty.TDSGraph.Graph|Graph]] - IGraphBuilder interface of the DirectShow graph.  
 
*[[Property DSGraphProperty.TDSGraph.Graph|Graph]] - IGraphBuilder interface of the DirectShow graph.  
 +
*[[Property DSGraphProperty.TDSGraph.Filters|Filters]] - The DirechShow filters of the graph.
 
*[[Property DSGraphProperty.TDSGraph.HiddenForm|HiddenForm]]
 
*[[Property DSGraphProperty.TDSGraph.HiddenForm|HiddenForm]]
  
Line 52: Line 52:
 
=== Public ===
 
=== Public ===
 
*[[Method function DSGraphProperty.TDSGraph.GetFilterList(TStrings) : Boolean|function GetFilterList(AFiltersList : TStrings) : Boolean]] - Returns the list of names of DirectShow filters in the graph.  
 
*[[Method function DSGraphProperty.TDSGraph.GetFilterList(TStrings) : Boolean|function GetFilterList(AFiltersList : TStrings) : Boolean]] - Returns the list of names of DirectShow filters in the graph.  
 +
*[[Method function DSGraphProperty.TDSGraph.GetFilterByClassID(TCLSID) : IBaseFilter|function GetFilterByClassID(ClassID : TCLSID) : IBaseFilter]]
 +
*[[Method function DSGraphProperty.TDSGraph.SetMediaEvent() : Boolean|function SetMediaEvent() : Boolean]]
 +
*[[Method function DSGraphProperty.TDSGraph.CreateFilterByName(String) : IBaseFilter|function CreateFilterByName(AFilterName : String) : IBaseFilter]]
 +
*[[Method function DSGraphProperty.TDSGraph.ConnectFilterToPin(IBaseFilter;IPin) : Boolean|function ConnectFilterToPin(ASourceFilter : IBaseFilter; ASinkPin : IPin) : Boolean]]
 +
*[[Method function DSGraphProperty.TDSGraph.GetAudioRender() : IBaseFilter|function GetAudioRender() : IBaseFilter]]
 +
*[[Method function DSGraphProperty.TDSGraph.GetVideoRender() : IBaseFilter|function GetVideoRender() : IBaseFilter]]
 +
*[[Method function DSGraphProperty.TDSGraph.RegisterAdditionalFilters() : Boolean|function RegisterAdditionalFilters() : Boolean]]
 +
*[[Method function DSGraphProperty.TDSGraph.CreateGraph() : Boolean|function CreateGraph() : Boolean]]
 +
*[[Method function DSGraphProperty.TDSGraph.CreateGraphBuilder() : Boolean|function CreateGraphBuilder() : Boolean]]
 
*[[Method procedure DSGraphProperty.TDSGraph.GraphChanged()|procedure GraphChanged()]]
 
*[[Method procedure DSGraphProperty.TDSGraph.GraphChanged()|procedure GraphChanged()]]
 
*[[Method procedure DSGraphProperty.TDSGraph.GraphBuilt()|procedure GraphBuilt()]]
 
*[[Method procedure DSGraphProperty.TDSGraph.GraphBuilt()|procedure GraphBuilt()]]
 
*[[Method procedure DSGraphProperty.TDSGraph.DockResized(IDSPreviewDock)|procedure DockResized(APreviewDock : IDSPreviewDock)]]
 
*[[Method procedure DSGraphProperty.TDSGraph.DockResized(IDSPreviewDock)|procedure DockResized(APreviewDock : IDSPreviewDock)]]
 +
*[[Method function DSGraphProperty.TDSGraph.ConfigVideoWindow(IDSPreviewDock;Boolean;TSize) : Boolean|function ConfigVideoWindow(APreviewDock : IDSPreviewDock; APreviewVisible : Boolean; AVideoSize : TSize) : Boolean]]
 
*[[Method procedure DSGraphProperty.TDSGraph.RegisterGraph()|procedure RegisterGraph()]]
 
*[[Method procedure DSGraphProperty.TDSGraph.RegisterGraph()|procedure RegisterGraph()]]
 
*[[Method procedure DSGraphProperty.TDSGraph.UnregisterGraph()|procedure UnregisterGraph()]]
 
*[[Method procedure DSGraphProperty.TDSGraph.UnregisterGraph()|procedure UnregisterGraph()]]
Line 65: Line 75:
 
*[[Method procedure DSGraphProperty.TDSGraph.SetMsgEvent(TWndMethod)|procedure SetMsgEvent(AValue : TWndMethod)]]
 
*[[Method procedure DSGraphProperty.TDSGraph.SetMsgEvent(TWndMethod)|procedure SetMsgEvent(AValue : TWndMethod)]]
 
*[[Method procedure DSGraphProperty.TDSGraph.SetDrainMessage(IDSPreviewDock)|procedure SetDrainMessage(AValue : IDSPreviewDock)]]
 
*[[Method procedure DSGraphProperty.TDSGraph.SetDrainMessage(IDSPreviewDock)|procedure SetDrainMessage(AValue : IDSPreviewDock)]]
 +
*[[Method function DSGraphProperty.TDSGraph.GetMediaControl() : Boolean|function GetMediaControl() : Boolean]]
 +
*[[Method function DSGraphProperty.TDSGraph.Run() : Boolean|function Run() : Boolean]]
 
*[[Method procedure DSGraphProperty.TDSGraph.Stop(Boolean)|procedure Stop(AShowError : Boolean)]]
 
*[[Method procedure DSGraphProperty.TDSGraph.Stop(Boolean)|procedure Stop(AShowError : Boolean)]]
 
*[[Method function DSGraphProperty.TDSGraph.SaveToFile(String) : Boolean|function SaveToFile(AFileName : String) : Boolean]] - Saves the graph to a *.grf file.  
 
*[[Method function DSGraphProperty.TDSGraph.SaveToFile(String) : Boolean|function SaveToFile(AFileName : String) : Boolean]] - Saves the graph to a *.grf file.  
*[[Method procedure DSGraphProperty.TDSGraph.PostMessage(UINT;WPARAM;LPARAM)|procedure PostMessage(Msg : UINT; wParam : WPARAM; lParam : LPARAM)]]
+
*[[Method function DSGraphProperty.TDSGraph.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
  
 
== Pins ==
 
== Pins ==
Line 85: Line 97:
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]]
 +
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
 
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:30, 26 June 2013

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: AudioLabBasicPkg

Unit: DSGraphProperty

Inherits: TLPPersistent

Contents

Syntax

Delphi:

type TDSGraph = class( TLPPersistent )

C++ Builder:

class TDSGraph : public TLPPersistent

Visual C++ (MFC):

class CTDSGraph : public CTLPPersistent

C# (.NET):

public ref class DSGraph : Vcl.VclProperty

Summary

DirectShow Graph settings class.

Description

Defines the class for DirectShow Graph settings.

Properties

Published

Public

Methods

Public

Pins

Events

From TLPPersistent

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox