com.jivesoftware.community.media.video
Interface Video
- All Superinterfaces:
- AttachmentContentResource, ExternalContent, JiveContentObject, JiveObject, Media, UserAuthoredObject
public interface Video
- extends Media, ExternalContent, AttachmentContentResource
Video content object
| Methods inherited from interface com.jivesoftware.community.JiveContentObject |
getBody, getContainerID, getContainerType, getCreationDate, getJiveObjectType, getModificationDate, getPlainBody, getPlainSubject, getStatus, getSubject, getUnfilteredSubject |
setID
void setID(long id)
setEmbedded
void setEmbedded(boolean embeddedInContent)
- Sets whether this video exists only as an item embedded in content or if the video exists as a standalone
piece of content
- Parameters:
embeddedInContent - Set to true if this video only exists embedded in another piece of content. Set to false
if the video is standalone content
isEmbedded
boolean isEmbedded()
- Returns true if the video only exists as embedded content, false if the video is a standalone piece of content
- Returns:
- true if the video is embedded
setCommentStatus
void setCommentStatus(int commentStatus)
getCommentStatus
int getCommentStatus()
getRatingDelegator
RatingDelegator getRatingDelegator()
getDuration
long getDuration()
setDuration
void setDuration(long duration)
getHours
int getHours()
getMinutes
int getMinutes()
getSeconds
int getSeconds()
getViewCount
int getViewCount()
getVideoBytes
byte[] getVideoBytes()
isDoneTranscoding
boolean isDoneTranscoding()
isDoneTranscoding
void isDoneTranscoding(int done)
getExternalID
String getExternalID()
- Specified by:
getExternalID in interface ExternalContent
Copyright © 1999-2007 Jive Software.