Class MediaStreamVariable

java.lang.Object
com.storedobject.vaadin.util.MediaStreamVariable
All Implemented Interfaces:
com.vaadin.flow.server.StreamVariable, Serializable

public class MediaStreamVariable extends Object implements com.vaadin.flow.server.StreamVariable
The MediaStreamVariable class implements the StreamVariable interface to handle streaming data with associated MIME type provided by a MediaCapture.DataReceiver. It manages the output stream for the streaming data and handles streaming events.
Author:
Syam
See Also: