Interface WebMediaEngine

All Superinterfaces:
MediaEngine
All Known Implementing Classes:
WebMediaPlayer, WebMediaRecorder

public interface WebMediaEngine extends MediaEngine
Media engine interface for the web.
Author:
Besmir Beqiri
  • Method Summary

    Modifier and Type
    Method
    Description
    com.jpro.webapi.JSVariable
    Returns the video element used to both play and record media on the browser.
    com.jpro.webapi.WebAPI
    Returns the WebAPI instance.
  • Method Details

    • getWebAPI

      com.jpro.webapi.WebAPI getWebAPI()
      Returns the WebAPI instance.
      Returns:
      the WebAPI instance
    • 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