Package-level declarations

Provides interfaces and classes for working with media content and devices.

Provides interfaces and classes for working with media content and devices.

Types

Link copied to clipboard
public interface Audio implements Observable<T>
public interface Audio implements Observable<T>
Allows controlling audio for this Browser instance and receive notifications when audio has been started or stopped playing.
Link copied to clipboard
public interface MediaDevice
public interface MediaDevice
The details of the media input device (audio/video).
Link copied to clipboard
public interface MediaDevices implements EngineService, Advisable<P>
public interface MediaDevices implements EngineService, Advisable<P>
An engine service that allows accessing all the available media input devices.