Package org.mozilla.geckoview
Class GeckoSession.MediaDelegate.RecordingDevice
Object
org.mozilla.geckoview.GeckoSession.MediaDelegate.RecordingDevice
- Enclosing interface:
- GeckoSession.MediaDelegate
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
static @interface
static class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
status
public final long statusA long giving the current recording status, must be either Status.RECORDING, Status.PAUSED or Status.INACTIVE. -
type
public final long typeA long giving the type of the recording device, must be either Type.CAMERA or Type.MICROPHONE.
-
-
Constructor Details
-
RecordingDevice
protected RecordingDevice()Empty constructor for tests.
-