|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VideoSettingsManager
Allows for configuration of the video feature. Enables custom player and publish profiles to be used. The goal is that if a customer wants any custom player profiles default implementations of this can be overrridden or a new implmentations can be created.
| Field Summary | |
|---|---|
static String |
AUTH
|
static String |
BLOG_PLAYER
|
static String |
DEFAULT_PLAYER
|
static String |
DISCUSSION_PLAYER
|
static String |
DOCUMENT_PLAYER
|
static String |
EMBED_WORKFLOW
|
static String |
EMBED_WORKFLOW_NOCAM
|
static String |
MAX_PLAYS_PER_TOKEN
|
static String |
MAX_TIME_PER_TOKEN
|
static String |
VIDEO_PLAYER
|
static String |
WATERMARKID
|
static String |
WEBCAM
|
static String |
WORKFLOW
|
static String |
WORKFLOW_NOCAM
|
| 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 |
| Field Detail |
|---|
static final String WEBCAM
static final String AUTH
static final String MAX_PLAYS_PER_TOKEN
static final String MAX_TIME_PER_TOKEN
static final String DISCUSSION_PLAYER
static final String DOCUMENT_PLAYER
static final String BLOG_PLAYER
static final String VIDEO_PLAYER
static final String DEFAULT_PLAYER
static final String EMBED_WORKFLOW
static final String WORKFLOW
static final String EMBED_WORKFLOW_NOCAM
static final String WORKFLOW_NOCAM
static final String WATERMARKID
| Method Detail |
|---|
boolean isWebCamEnabled()
boolean isAuthenticationEnabled()
int getMaxPlaysPerToken()
int getTokenTimeOut()
String getVideoPlayerName()
String getDiscussionPlayerName()
String getDocumentPlayerName()
String getDefaultPlayerName()
String getBlogPlayerName()
String getEmbedWorkflowName()
String getEmbedNoCamWorkflowName()
String getVideoWorkflowName()
String getVideoNoCamWorkflowName()
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||