Class AudioCapture

java.lang.Object
com.vaadin.flow.component.Component
com.storedobject.vaadin.Media
com.storedobject.vaadin.Audio
com.storedobject.vaadin.AudioCapture
All Implemented Interfaces:
HasSize, MediaCapture, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable

public class AudioCapture extends Audio implements MediaCapture
A special Audio class that gets input from the client Computer's mic. The audio stream from the mic can be streamed to the server and saved.
Author:
Syam
See Also: