Library Core / types/hag / MediaPubLink
Interface: MediaPubLink
types/hag.MediaPubLink
One of the returned links when requesting a video from the external Media API endpoint.
These types may not be extensive but include what we need.
Table of contents
Properties
- bitRate
- booknum
- docid
- duration
- edition
- editionDescr
- file
- filesize
- format
- formatDescr
- frameHeight
- frameRate
- frameWidth
- hasTrack
- label
- markers
- mimetype
- pub
- specialty
- specialtyDescr
- subtitled
- title
- track
- trackImage
Properties
bitRate
• bitRate: number
Defined in
booknum
• booknum: number
Defined in
docid
• docid: number
Defined in
duration
• duration: number
Defined in
edition
• edition: string
Defined in
editionDescr
• editionDescr: string
Defined in
file
• file: Object
Type declaration
Name | Type |
---|---|
checksum |
string |
modifiedDatetime |
string |
stream |
string |
url |
string |
Defined in
filesize
• filesize: number
Defined in
format
• format: string
Defined in
formatDescr
• formatDescr: string
Defined in
frameHeight
• frameHeight: number
Defined in
frameRate
• frameRate: number
Defined in
frameWidth
• frameWidth: number
Defined in
hasTrack
• hasTrack: boolean
Defined in
label
• label: "240p"
| "480p"
| "720p"
Defined in
markers
• markers: null
Defined in
mimetype
• mimetype: string
Defined in
pub
• pub: string
Defined in
specialty
• specialty: string
Defined in
specialtyDescr
• specialtyDescr: string
Defined in
subtitled
• subtitled: boolean
Defined in
title
• title: string
Defined in
track
• track: number
Defined in
trackImage
• trackImage: Object
Type declaration
Name | Type |
---|---|
checksum |
null |
modifiedDatetime |
string |
url |
string |