View on GitHub

Library API Documentation

Documentation for Library API Packages

Library Core / types/dto / VideoDTO

Interface: VideoDTO

types/dto.VideoDTO

The returned information when mapping raw video data.

Table of contents

Properties

Properties

doc

doc: string | number

Defined in

types/dto.d.ts:56


filename

filename: string

A filename. Purely informational.

Defined in

types/dto.d.ts:51


id

id: string

A unique id not related to the database.

Defined in

types/dto.d.ts:47


issue

issue: number

Either an issue date stored as a number, or 0 if irrelevant.

example 20210500

Defined in

types/dto.d.ts:64


languageId

languageId: number

The Meps Language Id of this video.

Defined in

types/dto.d.ts:68


track

track: number

Defined in

types/dto.d.ts:57


type

type: "pub" | "doc"

Affects how information is retrieved about this video (for example in getting details or the video stream)

Defined in

types/dto.d.ts:55