- All Superinterfaces:
MediaEngine
- All Known Implementing Classes:
WebMediaPlayer,WebMediaRecorder
Media engine interface for the web.
- Author:
- Besmir Beqiri
-
Method Summary
Modifier and TypeMethodDescriptioncom.jpro.webapi.JSVariableReturns the video element used to both play and record media on the browser.com.jpro.webapi.WebAPIReturns theWebAPIinstance.
-
Method Details
-
getWebAPI
com.jpro.webapi.WebAPI getWebAPI()Returns theWebAPIinstance.- Returns:
- the
WebAPIinstance
-
getVideoElement
com.jpro.webapi.JSVariable getVideoElement()Returns the video element used to both play and record media on the browser.- Returns:
- the video element as a
JSVariable
-