Class Graph
Represents a single filtergraph.
Inheritance
System.Object
Graph
Namespace: Emby.Media.Model.GraphModel
Assembly: Emby.Media.Model.dll
Syntax
public class Graph
Properties
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Filters
Gets or sets the list of filter wrappers.
Declaration
public List<FilterWrapper> Filters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FilterWrapper> | The filters of filter wrappers. |
GraphIndex
Declaration
public int GraphIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Inputs
Declaration
public List<InputLink> Inputs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InputLink> |
Outputs
Declaration
public List<OutputLink> Outputs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<OutputLink> |