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.

Optional discontinuitySequenceNumber

discontinuitySequenceNumber: number

optional number based on #EXT-X-DISCONTINUITY-SEQUENCE and #EXT-X-DISCONTINUITY HLS tags

duration

duration: number

segment duration

mediaInfo

mediaInfo: object

coding parameters

Type declaration

mimeType

mimeType: string

media mime type

playbackTime

playbackTime: number

Playback time of the segment in seconds

presentationTimestamp

presentationTimestamp: number

Playback time encoded in the segment

representationId

representationId: string

ID of the representation this segment belongs to

timestamp

timestamp: number

The time at which this event was fired

type

Event type, e.g. 'play'

uid

uid: string

segment Unique ID

url

url: string

segment URL

wallClockTime

wallClockTime: number

UTC wall-clock time in milliseconds for the segment's presentation in case of a live stream.

Generated using TypeDoc