Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Media

Response indicating a set of media to be played.

Represents one media object. Contains information about the media, such as name, description, url, etc.

Hierarchy

Implemented by

Properties

Optional mediaObjects

mediaObjects: MediaObject[]

List of Media Objects

Optional mediaType

mediaType: MediaType

Optional optionalMediaControls

optionalMediaControls: OptionalMediaControl[]

Optional media control types this media response session can support. If set, request will be made to 3p when a certain media event happens. If not set, 3p must still handle two default control type, FINISHED and FAILED.

Optional startOffset

startOffset: undefined | string

Start offset of the first media object.

Generated using TypeDoc