- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: http://git.oschina.net/iamking/XHScreenCaptureSDKSimple
软件介绍
XHScreenCaptureSDKSimple 是一款全屏录制组件。
有以下功能:
1、可录制设备周围的声音
2、支持block简便毁掉
3、有公开的使用api
4、支持生成视频
5、支持生成佩戴周围声音增强现实感觉的视频
6、支持CocoaPods安装
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文件里面找到相关的使用协议信息.
C++数据结构与算法
[美]乔兹德克(Adam Drozdek) / 徐丹、吴伟敏 / 清华大学出版社 / 2014-10-1 / 63.00元
本书全面系统地介绍了数据结构,并以C++语言实现相关的算法。书中主要强调了数据结构和算法之间的联系,使用面向对象的方法介绍数据结构,其内容包括算法的复杂度分析、链表、栈、队列、递归、二叉树、图、排序和散列。书中还清晰地阐述了同类教材中较少提到的内存管理、数据压缩和字符串匹配等主题。书中包含大量的示例分析和图形,便于读者进一步理解和巩固所学的知识。一起来看看 《C++数据结构与算法》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
JSON 在线解析
在线 JSON 格式化工具
