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
filename
• filename: string
A filename. Purely informational.
Defined in
id
• id: string
A unique id not related to the database.
Defined in
issue
• issue: number
Either an issue date stored as a number, or 0
if irrelevant.
example
20210500
Defined in
languageId
• languageId: number
The Meps Language Id of this video.
Defined in
track
• track: number
Defined in
type
• type: "pub"
| "doc"
Affects how information is retrieved about this video (for example in getting details or the video stream)