Class GeckoSession.MediaDelegate.RecordingDevice

Object
org.mozilla.geckoview.GeckoSession.MediaDelegate.RecordingDevice
Enclosing interface:
GeckoSession.MediaDelegate

public static class GeckoSession.MediaDelegate.RecordingDevice extends Object
  • Field Details

    • status

      public final long status
      A long giving the current recording status, must be either Status.RECORDING, Status.PAUSED or Status.INACTIVE.
    • type

      public final long type
      A 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.