Obtient la liste des éléments à monter dans un projet de montage en ligne.
Description de l'opération
Pendant le processus de montage, des éléments peuvent être ajoutés à la timeline, mais ne sont pas nécessairement tous utilisés.
Testez maintenant
Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale. Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale.
Test
Autorisation RAM
|
vod:GetEditingProjectMaterials |
list |
*All Resource
|
Aucune | Aucune |
Paramètres de requête
|
Paramètre |
Type |
Requis |
Description |
Exemple |
| ProjectId |
string |
Oui |
L'identifiant du projet de montage en ligne. Vous pouvez obtenir cet identifiant en utilisant l'une des méthodes suivantes :
|
1982361011093374**** |
| Type |
string |
Non |
Le type de média. Valeurs valides :
|
video |
| MaterialType |
string |
Non |
Le type de média. Valeurs valides :
|
video |
Éléments de réponse
|
Élément |
Type |
Description |
Exemple |
|
object |
Les paramètres de réponse. |
||
| RequestId |
string |
L'identifiant de la requête. |
746FFA07-8BBB-46B1-3E94E3B2915E**** |
| MaterialList |
object |
||
| Material |
array<object> |
La liste des éléments. |
|
|
array<object> |
Les détails de l'élément. |
||
| Status |
string |
The material status. Valid values:
|
Normal |
| CreationTime |
string |
The time when the material was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2017-10-19 10:48:17 |
| CateId |
integer |
The category ID of the material. |
100005**** |
| MaterialType |
string |
The material type. Valid values:
|
video |
| Tags |
string |
The tags of the material. Multiple tags are separated by commas (,). |
Editing test |
| SpriteConfig |
string |
The sprite configuration. |
xxx |
| Source |
string |
The source of the sprite. |
xxx |
| CateName |
string |
The category name of the material. |
Test |
| ModifiedTime |
string |
The time when the material was last modified. The time is in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2017-10-19 10:48:17 |
| Description |
string |
The description of the material. |
Test |
| MaterialId |
string |
The material ID. |
85befc4118b84c6723e53b80b1**** |
| Size |
integer |
The size of the material source file. Unit: bytes. |
1682694 |
| CoverURL |
string |
The thumbnail URL of the material. |
http://example.aliyundoc.com/aivideocover/46fa444aa34065cb9250f6c****/image_01.jpg |
| Duration |
number |
The duration of the material, accurate to four decimal places. Unit: seconds. |
15.16 |
| Title |
string |
The title of the material. |
test |
| Sprites |
object |
||
| Sprite |
array |
The array of sprite URLs of the material. |
|
|
string |
The sprite URL of the material. |
"http://example.aliyundoc.com/material_big_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=" |
|
| Snapshots |
object |
||
| Snapshot |
array |
The array of snapshot URLs of the material. |
|
|
string |
The snapshot URL of the material. |
"http://example.aliyundoc.com/material_small_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=","http://example.aliyundoc.com/material_small_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=" |
Exemples
JSON format
{
"RequestId": "746FFA07-8BBB-46B1-3E94E3B2915E****",
"MaterialList": {
"Material": [
{
"Status": "Normal",
"CreationTime": "2017-10-19 10:48:17",
"CateId": 0,
"MaterialType": "video",
"Tags": "Editing test",
"SpriteConfig": "xxx",
"Source": "xxx",
"CateName": "Test",
"ModifiedTime": "2017-10-19 10:48:17",
"Description": "Test",
"MaterialId": "85befc4118b84c6723e53b80b1****",
"Size": 1682694,
"CoverURL": "http://example.aliyundoc.com/aivideocover/46fa444aa34065cb9250f6c****/image_01.jpg",
"Duration": 15.16,
"Title": "test",
"Sprites": {
"Sprite": [
"\"http://example.aliyundoc.com/material_big_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=\""
]
},
"Snapshots": {
"Snapshot": [
"\"http://example.aliyundoc.com/material_small_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=\",\"http://example.aliyundoc.com/material_small_snapshot/0f325c157386f2a7e91b2ff0****.jpg?auth_key=\""
]
}
}
]
}
}
Codes d'erreur
Consultez Codes d'erreur pour la liste complète.
Notes de version
Consultez Notes de version pour la liste complète.