Uses of Interface
com.storedobject.vaadin.MediaCapture.DataReceiver
Packages that use MediaCapture.DataReceiver
-
Uses of MediaCapture.DataReceiver in com.storedobject.vaadin
Methods in com.storedobject.vaadin with parameters of type MediaCapture.DataReceiverModifier and TypeMethodDescriptionvoid
VideoCapture.savePicture
(MediaCapture.DataReceiver dataReceiver) Take snap-shot from the video stream, show that picture on the already attached image component and also, save the picture via a "data receiver".void
VideoCapture.savePicture
(com.vaadin.flow.component.html.Image image, MediaCapture.DataReceiver dataReceiver) Take snap-shot from the video stream, show that picture on the given image component and also, save the picture via a "data receiver".void
AudioCapture.startRecording
(MediaCapture.DataReceiver dataReceiver) Start the recording of the audio stream to a "data receiver".void
MediaCapture.startRecording
(MediaCapture.DataReceiver dataReceiver) Start the recording of the media stream to a "data receiver".void
VideoCapture.startRecording
(MediaCapture.DataReceiver dataReceiver) Start the recording of the video stream to a "data receiver". -
Uses of MediaCapture.DataReceiver in com.storedobject.vaadin.util
Constructors in com.storedobject.vaadin.util with parameters of type MediaCapture.DataReceiver