Class minplayer.players.kaltura
Extends
minplayer.players.base.
The Limelight media player.
Defined in: minplayer.players.kaltura.js.
Constructor Attributes | Constructor Name and Description |
---|---|
minplayer.players.kaltura(context, options)
|
Field Attributes | Field Name and Description |
---|---|
Reset the constructor.
|
- Fields borrowed from class minplayer.players.base:
- mediaFile, readyQueue
- Fields borrowed from class minplayer.display:
- onResize
- Fields borrowed from class minplayer.plugin:
- active, context, lock, name, pluginReady, queue, triggered, uuid
Method Attributes | Method Name and Description |
---|---|
<static> |
minplayer.players.kaltura.canPlay(file)
|
defaultOptions(options)
Get the default options for this plugin.
|
|
durationChange(data)
Called when the duration changes.
|
|
Returns the name of this player instance.
|
|
<static> |
minplayer.players.kaltura.getPriority()
|
Called when the player is ready.
|
|
pause(callback)
|
|
play(callback)
|
|
playerPlayEnd(data)
Called when the media ends.
|
|
playerStateChange(data)
Keep track when the player state changes.
|
|
playUpdate(data)
Called as the play updates.
|
|
Register for the media player events.
|
|
setVolume(vol, callback)
|
|
stop(callback)
|
- Methods borrowed from class minplayer.players.base:
- addPlayer, clear, destroy, getBytesLoaded, getBytesStart, getBytesTotal, getCurrentTime, getDuration, getElements, getPlayer, getValue, getVolume, hasController, hasPlayLoader, isReady, load, onComplete, onError, onLoaded, onPaused, onPlaying, onReady, onWaiting, parseTime, playerFound, reset, seek, seekRelative, setStartStop, setupPlayer, setVolumeRelative, whenReady
- Methods borrowed from class minplayer.display:
- fullscreen, fullScreenElement, getDisplay, getScaledRect, hide, initialize, isFullScreen, onFocus, showThenHide, toggleFullScreen
- Methods borrowed from class minplayer.plugin:
- addPlugin, bind, checkQueue, create, get, isEvent, isValid, onAdded, poll, ready, trigger, ubind, unbind
Class Detail
minplayer.players.kaltura(context, options)
- Parameters:
- {object} context
- The jQuery context.
- {object} options
- This components options.
Field Detail
constructor
Reset the constructor.
Method Detail
<static>
{boolean}
minplayer.players.kaltura.canPlay(file)
- Parameters:
- {object} file
- A minplayer.file object.
- Returns:
- {boolean} If this player can play this media type.
- See:
- minplayer.players.base#canPlay
construct()
- See:
- minplayer.plugin.construct
{object}
createPlayer()
- Returns:
- {object} The media player entity.
- See:
- minplayer.players.base#create
defaultOptions(options)
Get the default options for this plugin.
- Parameters:
- {object} options
- The default options for this plugin.
{undefined}
durationChange(data)
Called when the duration changes.
- Parameters:
- {type} data
- Returns:
- {undefined}
{String}
getInstance()
Returns the name of this player instance.
- Returns:
- {String}
<static>
{number}
minplayer.players.kaltura.getPriority()
- Returns:
- {number} The priority of this media player.
- See:
- minplayer.players.base#getPriority
{undefined}
mediaReady()
Called when the player is ready.
- Returns:
- {undefined}
pause(callback)
- Parameters:
- callback
play(callback)
- Parameters:
- callback
{undefined}
playerPlayEnd(data)
Called when the media ends.
- Parameters:
- {type} data
- Returns:
- {undefined}
{undefined}
playerStateChange(data)
Keep track when the player state changes.
- Parameters:
- {type} data
- Returns:
- {undefined}
{undefined}
playUpdate(data)
Called as the play updates.
- Parameters:
- {type} data
- Returns:
- {undefined}
{undefined}
registerEvents()
Register for the media player events.
- Returns:
- {undefined}
setVolume(vol, callback)
- Parameters:
- vol
- callback
stop(callback)
- Parameters:
- callback