WebIDLpedia

ChapterInformation interface

Definition

Media Session defines ChapterInformation



[Exposed=Window]
interface ChapterInformation {
  readonly attribute DOMString title;
  readonly attribute double startTime;
  [SameObject] readonly attribute FrozenArray<MediaImage> artwork;
};

Methods and attributes that return objects implementing ChapterInformation

Referring IDL interfaces/dictionaries