Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.45 KB

Video.md

File metadata and controls

19 lines (16 loc) · 1.45 KB

# Video

Properties

Name Type Description Notes
title string title of the video [optional]
description string description of the video [optional]
public bool Define if the video is public (it can be accessible by anybody with the video url). Default = tue [optional]
tags string[] tags list linked to video [optional]
id string id of the video (null when adding a new video)
status string Status of the video : * 'REQUESTED': video as been submited, waiting for its creation * 'CREATED': video has been created and file can be uploaded * 'TRANSCODING': video is unvailable because still in the creation & in encoding process * 'TRANSCODING_ERROR': video is unvailable because the encoding failed * 'AVAILABLE': video is ready to be stream [optional]
duration int video duration in second [optional]
ctime int Creation date (timestamp) [optional]
mtime int Modification date (timestamp) [optional]
assets \Api42Vb\Client\Model\VideoAssets [optional]
metas array<string,mixed> metas data free-form object: refere to the documentation [optional]

[Back to Model list] [Back to API list] [Back to README]