iOS 全屏录制组件 XHScreenCaptureSDKSimple

码农软件 · 软件分类 · 图像(Image) · 2019-05-31 18:57:10

软件介绍

XHScreenCaptureSDKSimple 是一款全屏录制组件。

有以下功能:
1、可录制设备周围的声音
2、支持block简便毁掉
3、有公开的使用api
4、支持生成视频
5、支持生成佩戴周围声音增强现实感觉的视频
6、支持CocoaPods安装

image

Ease to use

screenCapture = [[XHScreenCapture alloc] init];

1、Manual call setup screen recording, manual calls to stop the screen recording, very reasonable use

[screenCapture startVideoCapture]; [screenCapture stopVideoCaptureWithProgress:^(CGFloat progress) { } CompletionHandler:^(NSDictionary *info, NSError *error) { }];

2、 call this method was auto stop recoder. need to set stop Duration 10s.

[screenCapture startVideoCaptureOfDuration:10 WithProgress:^(CGFloat progress) { } completionBlock:^(NSDictionary *info, NSError *error) { }];

使用简单方便

1、手动调用启动屏幕录制,手动调用停止屏幕录制,很合理的使用

[screenCapture startVideoCapture];
[screenCapture stopVideoCaptureWithProgress:^(CGFloat progress) { } CompletionHandler:^(NSDictionary *info, NSError *error) { }];

2、调用这个方法会自动停止屏幕录制,可以设置停止时间.10s

[screenCapture startVideoCaptureOfDuration:10 WithProgress:^(CGFloat progress) { } completionBlock:^(NSDictionary *info, NSError *error) { }];

open source model

1, here is the SDK mode
2, as long as pay attention to the component of a total of more than 500 users, will with all open source code model.

Please click to all open source code: http://git.oschina.net/iamking/XHScreenCapture

开源模式

1、这里已经是SDK模式了
2、只要关注该组件的用户数量达到500个以上,将以开源所有代码的模式。

请移步到开源所有代码:http://git.oschina.net/iamking/XHScreenCapture

License

English: XHScreenCaptureSDKSimple is acailable under the MIT license, see the LICENSE file for more information.
中文: XHScreenCaptureSDKSimple 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息.

本文地址:https://codercto.com/soft/d/6968.html

CSS实战手册(第2版)

CSS实战手册(第2版)

[美] David Sawyer McFarland / 俞黎敏 / 电子工业出版社 / 2010-6 / 69.80元

本书从介绍最基本的CSS知识开始,到建立用于打印网页的CSS和改进你的CSS习惯的最佳实践。将关于CSS的选择器、继承、层叠、格式化、边距、填充、边框、图片、网站导航、表格、表单、浮动布局、定位网页上的元素,以及用于打印网页的CSS等技术通过逐步地讲解与教程串联了起来。每章内容从简单到复杂,一步一步地建立起一个完整的教程示例,并在每章都会详细讨论一些技巧、最佳实践和各浏览器之间一致性的兼容问题及如......一起来看看 《CSS实战手册(第2版)》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器