Library Core / types/media / MediaItemRow
Interface: MediaItemRow
types/media.MediaItemRow
Table of contents
Properties
Properties
o
• o: Object
Type declaration
Name | Type | Description |
---|---|---|
checksums |
string [] |
- |
duration |
number |
Duration in seconds. Also includes millisecond precision. |
firstPublished |
string |
ISO Date string. |
images |
Object |
- |
images.lsr? |
ImageSizes | Widescreen (16:9) images. |
images.sqr? |
ImageSizes | Square images. You probably want lsr instead. |
keyParts |
{ formatCode : "VIDEO" | "AUDIO" ; languageCode : string ; track : number } & { docID : number } & { formatCode : "VIDEO" | "AUDIO" ; languageCode : string ; track : number } & { issueDate? : string ; pubSymbol : string } |
- |
languageAgnosticNaturalKey |
string |
The same as naturalKey but without the language. Possibly used to find the same media in a different language’s Media Catalog. |
naturalKey |
string |
An Id of sorts, used within category rows as a reference. |
primaryCategory |
string |
Refers to the key of a CategoryRowObj. |
title |
string |
The displayed title. |
Defined in
type
• type: "media-item"