Class: VideoInputPreview

VideoInputPreview()

Video input preview handler

Constructor

new VideoInputPreview()

Source:

Members

changed :Boolean

Has the input changed ?
Type:
  • Boolean
Source:

input :Element

Base input
Type:
  • Element
Source:

preview :Element

Input preview
Type:
  • Element
Source:

Methods

reset() → {VideoInputPreview}

Resets the input and the preview
Source:
Returns:
The current VideoInputPreview
Type
VideoInputPreview

setPreview(src) → {ImageInputPreview}

Changes the preview image
Parameters:
Name Type Description
src String The preview URL
Source:
Returns:
The current VideoInputPreview
Type
ImageInputPreview