Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImmutable

This input provides video input

Hierarchy

Index

Properties

data

data: AsyncIterableIterator<ArrayBuffer>

Retrieves the data of the media

type

type: Video

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>

transcription

  • transcription(): AsyncIterableIterator<ITranscriptionImmutable>
  • The transcription of the audio. Should keep yielding the built up transcription as it is known from the media

    Returns AsyncIterableIterator<ITranscriptionImmutable>