...
PDF
Video
EPUB
H5P
QuML
HTML and so on we can build for any type
Collection Player(combination of all the players)
config:
Code Block | ||
---|---|---|
| ||
{
controls: {
showStartPage: <boolean>,
showEndPage: <boolean>,
showNavigation: <boolean>
Menu: <boolean>
}
} |
Each Player type will have there own standard config below is the config for PDF player
Code Block |
---|
{ path: <String>, controls: { showStartPage: true<boolean>, showEndPage: true<boolean>, showNavigation: true<boolean> Menu: true<boolean> } } |
Collection Player:
This is the collection of all the players which will take the input as standard collection object handles the to render the TOC view and player view will be extension point where based on the content type we will have the mapping to the player.
...
Controls :
Each player interactions ie. StartPage, Endpage, Menu, Navigation, etc is also a library which will get injected based on the input to player.. [TBD]
...