Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
VideoSnippet |
VideoSnippet.clone() |
VideoSnippet |
Video.getSnippet()
The snippet object contains basic details about the video, such as its title, description, and
category.
|
VideoSnippet |
VideoSnippet.set(String fieldName,
Object value) |
VideoSnippet |
VideoSnippet.setCategoryId(String categoryId)
The YouTube video category associated with the video.
|
VideoSnippet |
VideoSnippet.setChannelId(String channelId)
The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
|
VideoSnippet |
VideoSnippet.setChannelTitle(String channelTitle)
Channel title for the channel that the video belongs to.
|
VideoSnippet |
VideoSnippet.setDefaultAudioLanguage(String defaultAudioLanguage)
The default_audio_language property specifies the language spoken in the video's default audio
track.
|
VideoSnippet |
VideoSnippet.setDefaultLanguage(String defaultLanguage)
The language of the videos's default snippet.
|
VideoSnippet |
VideoSnippet.setDescription(String description)
The video's description.
|
VideoSnippet |
VideoSnippet.setLiveBroadcastContent(String liveBroadcastContent)
Indicates if the video is an upcoming/active live broadcast.
|
VideoSnippet |
VideoSnippet.setLocalized(VideoLocalization localized)
Localized snippet selected with the hl parameter.
|
VideoSnippet |
VideoSnippet.setPublishedAt(com.google.api.client.util.DateTime publishedAt)
The date and time when the video was uploaded.
|
VideoSnippet |
VideoSnippet.setTags(List<String> tags)
A list of keyword tags associated with the video.
|
VideoSnippet |
VideoSnippet.setThumbnails(ThumbnailDetails thumbnails)
A map of thumbnail images associated with the video.
|
VideoSnippet |
VideoSnippet.setTitle(String title)
The video's title.
|
Modifier and Type | Method and Description |
---|---|
Video |
Video.setSnippet(VideoSnippet snippet)
The snippet object contains basic details about the video, such as its title, description, and
category.
|
Copyright © 2011–2024 Google. All rights reserved.