Skip to main content

VideoLiveStream

Stentor API Reference


Stentor API Reference / stentor-models/src / VideoLiveStream

Interface: VideoLiveStream

Defined in: packages/stentor-models/src/Media/LiveStream.ts:25

Video media

Extends​

Properties​

type​

type: "VideoLiveStream"

Defined in: packages/stentor-models/src/Media/LiveStream.ts:26

The type of media.

Overrides​

Video.type


length​

length: -1

Defined in: packages/stentor-models/src/Media/LiveStream.ts:27

The length of the playable object in milliseconds.

A length of -1 denotes the playable has no end.

Overrides​

Video.length


url​

url: string

Defined in: packages/stentor-models/src/Media/Playable.ts:9

The URL for the playable object.

Inherited from​

Playable.url


id?​

optional id: string

Defined in: packages/stentor-models/src/Media/Playable.ts:13

An ID for the playable object.

Inherited from​

Video.id


token?​

optional token: string

Defined in: packages/stentor-models/src/Media/Playable.ts:17

A token for the playable object that represents a unique playback of the track.

Inherited from​

Video.token


visuals?​

optional visuals: Visuals

Defined in: packages/stentor-models/src/Media/Playable.ts:29

Things to show on screens if the device is capable of showing.

This is used primarily on Google for media cards.

Inherited from​

Video.visuals