Interface LensSource

A source of a lens group.

Hierarchy

  • LensSource

Methods

  • Whether the given source is able to load lenses of the supplied group.

    Parameters

    • groupId: string

      Group ID to check.

    Returns boolean

  • Returns an encoded lens object.

    Parameters

    • lensId: string

      Lens ID to get.

    • groupId: string

      Group ID the lens belongs to.

    Returns Promise<ArrayBuffer>

  • Returns encoded lens objects.

    Parameters

    • groupId: string

      Group ID to get lenses of.

    Returns Promise<ArrayBuffer[]>

Generated using TypeDoc