ZegoScreenCaptureConfig
ZegoScreenCaptureConfig
Screen capture configuration parameters.
Declared in entity/ZegoScreenCaptureConfig.java
Properties
captureVideo
public boolean captureVideoWhether to capture video when screen capture. The default is true.
captureAudio
public boolean captureAudioWhether to capture audio when screen capture. The default is true.
applicationVolume
public int applicationVolumeSet Application audio volume for ReplayKit. The range is 0 ~ 200. The default is 100. (only for iOS and Android)
audioParam
public ZegoAudioFrameParam audioParamSet the audio capture parameters during screen capture. (only for Android)
cropRect
public Rect cropRectSet the crop rectangle during screen capture. The crop rectangle must be included in the rectangle of the original data, unit is pixel. (only for iOS/Android)
orientation
public ZegoScreenCaptureOrientation orientationSet the capture orientation of the screen capture. The capture orientation will be fixed, ignoring the system returned orientation. (only for iOS/Android)
Methods
ZegoScreenCaptureConfig
public ZegoScreenCaptureConfigentity/ZegoScreenCaptureConfig.java