Class VideoUpload
java.lang.Object
org.opencastproject.publication.youtube.VideoUpload
Represents a YouTube video.
- See Also:
-
Constructor Details
-
VideoUpload
public VideoUpload(String title, String description, String privacyStatus, File videoFile, com.google.api.client.googleapis.media.MediaHttpUploaderProgressListener progressListener, String... tags) - Parameters:
title- may not benull.description- may benull.privacyStatus- may not benull.videoFile- may not benull.progressListener- may benull.tags- may benull.
-
-
Method Details
-
getTitle
The video's title. The value will not benull. -
getDescription
The video's description. The value may benull. -
getPrivacyStatus
- Returns:
- will not be
null - See Also:
-
getVideoFile
- Returns:
- will not be
null - See Also:
-
getProgressListener
public com.google.api.client.googleapis.media.MediaHttpUploaderProgressListener getProgressListener()Real-time updates of upload status.- Returns:
- may be
null
-
getTags
- Returns:
- may be
null - See Also:
-