ItemReleaseVideoInput Input
Description
Input fields for release video information, used when specifying videos associated with a music release.
Declaration
input ItemReleaseVideoInput {
duration: Int
title: String
uri: String
}
Fields
| Name | Type | Description |
|---|---|---|
duration | Int | Duration of the video in seconds. |
title | String | Title of the video. |
uri | String | URI or URL to the video. |