Android音视频基础组件
一、录屏
1、注册回调接口
ScreenCaptureManager.getInstance(this).registerListener(this)
2、开启录屏
ScreenCaptureManager.getInstance(this).startScreenCapture()
3、停止录屏
ScreenCaptureManager.getInstance(this).stopScreenCapture()
4、回调接口
录屏已经启动onScreenCaptureStarted
录屏已经停止onScreenCaptureStopped
录屏获取数据onScreenCaptureBitmap(Bitmap bitmap)
录屏报错onScreenCaptureError(int errorCode, String errorMsg)
-
Notifications
You must be signed in to change notification settings - Fork 3
xiyy/avcomponents
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Android音视频基础组件
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published