Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImmutable

This input provides image input

Hierarchy

Index

Properties

Methods

Properties

data

data: AsyncIterableIterator<ArrayBuffer>

Retrieves the data of the media

type

type: Image

url

url: Promise<IUrlMutable>

A uniform resource location for the media

Methods

__@asyncIterator

  • __@asyncIterator(): AsyncIterator<IRepresentationImmutable>
  • Returns AsyncIterator<IRepresentationImmutable>

content

  • content(): AsyncIterableIterator<IContentImmutable>
  • Retrieves the contents of the visual media. Content should be yielded as soon as it is identified.

    Returns AsyncIterableIterator<IContentImmutable>