WebIDLpedia

ImageTrack interface

Definition

WebCodecs defines ImageTrack



[Exposed=(Window,DedicatedWorker)]
interface ImageTrack {
  readonly attribute boolean animated;
  readonly attribute unsigned long frameCount;
  readonly attribute unrestricted float repetitionCount;
  attribute boolean selected;
};

Methods and attributes that return objects implementing ImageTrack

Referring IDL interfaces/dictionaries