Represents a filter in the filtergraph.

Constructors

Methods

Constructors

Methods

  • Set the instance name to distinguish it from other filters.

    Parameters

    • id: string

      Instance name.

    Returns Filter

  • Update the arguments for this filter.

    Parameters

    Returns void

  • Return the string representation of this filter (e.g. name@id).

    Parameters

    • Optional withArguments: boolean

    Returns string