Package im.zego.internal.screencapture
Class ZegoScreenCaptureManager
- java.lang.Object
-
- im.zego.internal.screencapture.ZegoScreenCaptureManager
-
public class ZegoScreenCaptureManager extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ZegoScreenCaptureManager.ZegoScreenCaptureAssistantActivity
-
Constructor Summary
Constructors Constructor Description ZegoScreenCaptureManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
destroyScreenCapture()
static void
OnScreenCaptureExceptionOccurredNative(long pThis, int exception)
static void
setAudioCaptureFactory(android.content.Context context, int channel, boolean sourceAudio)
void
setThis(long pThis)
static void
setVideoCaptureFactory(android.content.Context context, int channel)
static void
startScreenCapture(android.content.Context context, ZegoScreenCaptureInnerConfig config)
static void
stopScreenCapture()
static void
updateScreenCaptureConfig(ZegoScreenCaptureInnerConfig config)
-
-
-
Method Detail
-
startScreenCapture
public static void startScreenCapture(android.content.Context context, ZegoScreenCaptureInnerConfig config)
-
updateScreenCaptureConfig
public static void updateScreenCaptureConfig(ZegoScreenCaptureInnerConfig config)
-
stopScreenCapture
public static void stopScreenCapture()
-
destroyScreenCapture
public static void destroyScreenCapture()
-
setVideoCaptureFactory
public static void setVideoCaptureFactory(android.content.Context context, int channel)
-
setAudioCaptureFactory
public static void setAudioCaptureFactory(android.content.Context context, int channel, boolean sourceAudio)
-
setThis
public void setThis(long pThis)
-
OnScreenCaptureExceptionOccurredNative
public static void OnScreenCaptureExceptionOccurredNative(long pThis, int exception)
-
-