emp-dashif.js
Classes
Methods
-
<inner> canHandleSource(source [, options])
-
canHandleSource
Parameters:
Name Type Argument Description sourceObject Source for playback
optionsObject <optional>
The key/value store of tech options.
Returns:
canHandleSource
- Type
- probably | maybe | *
-
<inner> canPlayType(type [, options])
-
Determine if we can play type
Parameters:
Name Type Argument Description typestring mime-type
optionsObject <optional>
The key/value store of tech options.
Returns:
canPlayType
- Type
- probably | ''
-
<inner> handleSource(source, tech)
-
Handle source
Source handler for dash playback.
Parameters:
Name Type Description sourceObject Source object for playback
techEmpDashif The instance of the EmpDashif tech
-
<inner> handleSource(source, tech)
-
Handle source
Parameters:
Name Type Description sourceObject Source for playback
techTech Tech object to use for playback
-
<inner> setCurrentTime(time)
-
Set current time
Parameters:
Name Type Description timenumber Current time of video
EMP Html5 Player 2