Overview
The pa:asset-medias resource provides the media file information of an asset.
Properties
The pa:asset-medias resource has the following properties:
base |
The base identifier of the asset. |
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
common |
The common properties of the asset. |
||||||||||||||||||||
media-items |
An array of media files for the asset. Properties for each file:
|
Link Relations
The pa:asset-medias resource has no link relations.
Example
Example resource
{
"base": {
"systemID": "4102c253-6633-4b5e-beb4-8decc7faeef9",
"systemType": "interplay-pam",
"id": "060a2b340101010101010f0013-000000-56b36b983ab8203e-060e2b347f7f-2a80",
"type": "masterclip"
},
"common": {
"creator": "Administrator",
"durationTC": "00:00:10:00",
"editRate": "25/1",
"created": "2016-02-04T15:17:44Z",
"modifier": "Administrator",
"name": "160204_d001",
"endTC": "16:17:54:22",
"dropframe": false,
"modified": "2016-02-04T15:21:51Z",
"startTC": "16:17:44:22"
},
"media-items": [
{
"name": "Audio file",
"track": "A2",
"online": "true",
"filePath": "//MyNEXIS/production/Avid Media Files/newtape8a02.56b36b98.e3ab90.mxf",
"type": "filemob",
"essenceType": "NATIVE",
"createdBy": "Administrator",
"format": "PCM",
"size": "993"
},
{
"name": "Video file",
"track": "V1",
"online": "true",
"filePath": "//MyNEXIS/production/Avid Media Files/newtape8v01.56b36b98.e3abb0.mxf",
"type": "filemob",
"essenceType": "NATIVE",
"createdBy": "Administrator",
"format": "DV 25 420",
"size": "37265"
},
{
"name": "Audio file",
"track": "A1",
"online": "true",
"filePath": "//MyNEXIS/production/Avid Media Files/newtape8a01.56b36b98.e3aba0.mxf",
"type": "filemob",
"essenceType": "NATIVE",
"createdBy": "Administrator",
"format": "PCM",
"size": "993"
}
],
"_links": {
"self": {
"href": "https://host/…"
},
"aa:asset-by-id": {
"href": "https://host/…"
},
"aa:assets": {
"href": "https://host/…"
},
"curies": [
{
"name": "aa",
"href": "https://developer.avid.com/ctms/api/aa/linkrels/{rel}.html",
"templated": true
},
{
"name": "pa",
"href": "https://developer.avid.com/ctms/api/pa/linkrels/{rel}.html",
"templated": true
}
]
}
}