Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.78 KB

VideoCreationPayload.md

File metadata and controls

26 lines (17 loc) · 1.78 KB

VideoCreationPayload

Properties

Name Type Description Notes
title String The title of your new video.
description String A brief description of your video. [optional]
source String You can either add a video already on the web, by entering the URL of the video, or you can also enter the `videoId` of one of the videos you already have on your api.video acccount, and this will generate a copy of your video. Creating a copy of a video can be especially useful if you want to keep your original video and trim or apply a watermark onto the copy you would create. [optional]
_public Boolean Default: True. If set to `false` the video will become private. More information on private videos can be found here [optional]
panoramic Boolean Indicates if your video is a 360/immersive video. [optional]
mp4Support Boolean Enables mp4 version in addition to streamed version. [optional]
playerId String The unique identification number for your video player. [optional]
tags List<String> A list of tags you want to use to describe your video. [optional]
metadata List<Metadata> A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. Read more on dynamic metadata. [optional]
clip VideoClip [optional]
watermark VideoWatermark [optional]

Implemented Interfaces

  • Serializable