Class ZegoScreenCaptureConfig


  • public class ZegoScreenCaptureConfig
    extends java.lang.Object
    Screen capture configuration parameters.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ZegoAudioFrameParam audioParam
      Set the audio capture parameters during screen capture.
      boolean captureAudio
      Whether to capture audio when screen capture.
      boolean captureVideo
      Whether to capture video when screen capture.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • captureVideo

        public boolean captureVideo
        Whether to capture video when screen capture. The default is true.
      • captureAudio

        public boolean captureAudio
        Whether to capture audio when screen capture. The default is true.
      • audioParam

        public ZegoAudioFrameParam audioParam
        Set the audio capture parameters during screen capture. (only for Android)
    • Constructor Detail

      • ZegoScreenCaptureConfig

        public ZegoScreenCaptureConfig()