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 TypeMethodDescriptionvoidVideoCapture.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".voidVideoCapture.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".voidAudioCapture.startRecording(MediaCapture.DataReceiver dataReceiver) Start the recording of the audio stream to a "data receiver".voidMediaCapture.startRecording(MediaCapture.DataReceiver dataReceiver) Start the recording of the media stream to a "data receiver".voidVideoCapture.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.DataReceiverModifierConstructorDescriptionMediaStreamVariable(MediaCapture.DataReceiver receiver) Constructs a MediaStreamVariable instance with the specified MediaCapture.DataReceiver.