Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SegmentPlaybackEvent

Hierarchy

Index

Properties

Optional EXPERIMENTAL

EXPERIMENTAL: object

optional experimental data

Type declaration

Optional dateTime

dateTime: string

optional time string, based on the #EXT-X-PROGRAM-DATE-TIME HLS tag.

duration

duration: number

segment duration

mediaInfo

mediaInfo: object

coding parameters

Type declaration

mimeType

mimeType: string

media mime type

playbackTime

playbackTime: number

current playback time (seconds)

representationId

representationId: string

ID of the representation this segment belongs to

timestamp

timestamp: number

The time at which this event was fired

type

type: Event

Event type, e.g. 'onPlay'

uid

uid: string

segment Unique ID

url

url: string

segment URL

Generated using TypeDoc