NOTE: You are viewing the documentation for Paella Player '6.2.x' version.
Introduction
User documentation
Adopters documentation
Developers documentation
Code Examples Cookbook
es.upv.paella.viewModePlugin
This plugin controls the visualization mode related to the Master and the Slave video and their position on the screen.

Plugin Type
es.upv.paella.blackBoardPlugin
Configuration Parameters
-
activeProfiles
List of profiles to show
- default value: null
- range: […]
- available profiles: “s_p_blackboard2”, “slide_professor”, “professor_slide”, “professor”, “slide”, “slide_over_professor”, “slide_over_professor_right”, “professor_over_slide”, “professor_over_slide_right”
Config Example
{
"es.upv.paella.viewModePlugin":
{
"enabled": true,
"activeProfiles": ["s_p_blackboard2", "slide_professor", "professor_slide", "professor", "slide", "slide_over_professor", "slide_over_professor_right", "professor_over_slide", "professor_over_slide_right"]
}
}