|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.media.video.DefaultVideoSettingsManager
public class DefaultVideoSettingsManager
Class enabling custom player and publish profiles to be used. The goal is that if a customer wants any custom play profiles you can override this class to point to the appropriate player.
| Field Summary |
|---|
| Fields inherited from interface com.jivesoftware.community.media.video.VideoSettingsManager |
|---|
AUTH, BLOG_PLAYER, DEFAULT_PLAYER, DISCUSSION_PLAYER, DOCUMENT_PLAYER, EMBED_WORKFLOW, EMBED_WORKFLOW_NOCAM, MAX_PLAYS_PER_TOKEN, MAX_TIME_PER_TOKEN, VIDEO_PLAYER, WATERMARKID, WEBCAM, WORKFLOW, WORKFLOW_NOCAM |
| Constructor Summary | |
|---|---|
DefaultVideoSettingsManager()
|
|
| Method Summary | |
|---|---|
String |
getBlogPlayerName()
Returns the name of the video player skin used for videos embedded in blog posts. |
String |
getDefaultPlayerName()
Returns the name of the default video player |
String |
getDiscussionPlayerName()
Returns the name of the video player used for videos embedded in discussions. |
String |
getDocumentPlayerName()
Returns the name of the video player used for videos embedded in documents. |
String |
getEmbedNoCamWorkflowName()
Retrieves the name of the workflow for uploading video as embedded content with no support for webcam video embedding |
String |
getEmbedWorkflowName()
Retrieves the name of the workflow for uploading video as embedded content or inserting webcam recorded video as embedded content. |
int |
getMaxPlaysPerToken()
Returns the maximum number of video plays allowed before a token is invalidated |
int |
getTokenTimeOut()
Returns the timeout period before a token is invalidated |
String |
getVideoNoCamWorkflowName()
Retrieves the name of the workflow for uploading video content with no webcam support. |
String |
getVideoPlayerName()
Returns the name of the video player used for videos that are not embedded. |
String |
getVideoWorkflowName()
Retrieves the name of the workflow for uploading video content or creating a new video from a webcam recording session. |
boolean |
isAuthenticationEnabled()
Returns true if authenticated video streams are enabled, false otherwise. |
boolean |
isWebCamEnabled()
Returns true if the webcam recording feature is turned on, false otherwise |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultVideoSettingsManager()
| Method Detail |
|---|
public boolean isWebCamEnabled()
VideoSettingsManager
isWebCamEnabled in interface VideoSettingsManagerpublic boolean isAuthenticationEnabled()
VideoSettingsManager
isAuthenticationEnabled in interface VideoSettingsManagerpublic int getMaxPlaysPerToken()
VideoSettingsManager
getMaxPlaysPerToken in interface VideoSettingsManagerpublic int getTokenTimeOut()
VideoSettingsManager
getTokenTimeOut in interface VideoSettingsManagerpublic String getVideoPlayerName()
VideoSettingsManager
getVideoPlayerName in interface VideoSettingsManagerpublic String getDiscussionPlayerName()
VideoSettingsManager
getDiscussionPlayerName in interface VideoSettingsManagerpublic String getDocumentPlayerName()
VideoSettingsManager
getDocumentPlayerName in interface VideoSettingsManagerpublic String getBlogPlayerName()
VideoSettingsManager
getBlogPlayerName in interface VideoSettingsManagerpublic String getDefaultPlayerName()
VideoSettingsManager
getDefaultPlayerName in interface VideoSettingsManagerpublic String getEmbedWorkflowName()
VideoSettingsManager
getEmbedWorkflowName in interface VideoSettingsManagerpublic String getVideoWorkflowName()
VideoSettingsManager
getVideoWorkflowName in interface VideoSettingsManagerpublic String getEmbedNoCamWorkflowName()
VideoSettingsManager
getEmbedNoCamWorkflowName in interface VideoSettingsManagerpublic String getVideoNoCamWorkflowName()
VideoSettingsManager
getVideoNoCamWorkflowName in interface VideoSettingsManager
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||