Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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>

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.