Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 2.29 KB

Video.md

File metadata and controls

19 lines (16 loc) · 2.29 KB

# Video

Properties

Name Type Description Notes
classification string[] The intended use for this video content. The video’s classification is used to associate the video with a user or seller. Currently, the classification of all videos should be set to <code>ITEM</code>. [optional]
description string The description of the video. The video description is an optional field that can be set using the <a href=&quot; /api-docs/commerce/media/resources/video/methods/createVideo&quot; target=&quot;_blank&quot;>createVideo</a> method. [optional]
expirationDate string The expiration date of the video in Coordinated Universal Time (UTC). The video’s expiration date is automatically set to 365 days (one year) after the video’s initial upload. [optional]
moderation \LT\SDKs\ebay\rest\media\Model\Moderation [optional]
playLists \LT\SDKs\ebay\rest\media\Model\Play[] The playlist created for the uploaded video, which provides the streaming video URLs to play the video. The supported streaming video protocols are DASH (Dynamic Adaptive Streaming over HTTP) and HLS (HTTP Live Streaming). The playlist will only be generated if a video is successfully uploaded with a status of <code>LIVE</code>. [optional]
size int The size, in bytes, of the video content. [optional]
status string The status of the current video resource. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/media/types/api:VideoStatusEnum&#39;&gt;eBay API documentation</a> [optional]
statusMessage string The <b>statusMessage</b> field contains additional information on the status. For example, information on why processing might have failed or if the video was blocked. [optional]
thumbnail \LT\SDKs\ebay\rest\media\Model\Image [optional]
title string The title of the video. [optional]
videoId string The unique ID of the video. [optional]

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