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

    Show / Hide Table of Contents

    Class Filter

    A filtergraph filter.

    Inheritance
    System.Object
    Filter
    Namespace: Emby.Media.Model.GraphModel
    Assembly: Emby.Media.Model.dll
    Syntax
    public class Filter

    Properties

    Description

    Gets or sets the description.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    The description.

    HwDeviceContext

    Gets or sets the hw device context.

    Declaration
    public Hwdevicecontext HwDeviceContext { get; set; }
    Property Value
    Type Description
    Hwdevicecontext

    The hw device context.

    Inputs

    Gets or sets the inputs.

    Declaration
    public List<InputLink> Inputs { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<InputLink>

    The inputs.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    Name2

    Gets or sets the name2.

    Declaration
    public string Name2 { get; set; }
    Property Value
    Type Description
    System.String

    The name2.

    Outputs

    Gets or sets the outputs.

    Declaration
    public List<OutputLink> Outputs { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<OutputLink>

    The outputs.

    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.