Giter VIP home page Giter VIP logo

5656556 / xhscreencapturesdksimple Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaoyanit/xhscreencapturesdksimple

1.0 2.0 0.0 7.32 MB

English: XHScreenCaptureSDKSimple is a full screen to record component. Has the following features: 1, to record the voices around equipment 2, support block, easy to destroy 3, have the use of the public API 4, generate video support 5, support to generate wear around video voice augmented reality sense 6, support CocoaPods installation 中文: XHScreenCaptureSDKSimple 是一款全屏录制组件。 有以下功能: 1、可录制设备周围的声音 2、支持block简便毁掉 3、有公开的使用api 4、支持生成视频 5、支持生成佩戴周围声音增强现实感觉的视频 6、支持CocoaPods安装

License: MIT License

Objective-C 100.00%

xhscreencapturesdksimple's Introduction

XHScreenCaptureSDKSimple

English:

XHScreenCaptureSDKSimple is a full screen recording generated video components
Has the following features: 1, to record the voices around equipment 2, support block, easy to destroy 3, have the use of the public API 4, generate video support 5, support to generate wear around video voice augmented reality sense 6, support CocoaPods installation

中文:

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) {

}];       

Please click to all open source code: https://github.com/JackTeam/XHScreenCaptureSDKSimple

请移步到开源所有代码:https://github.com/JackTeam/XHScreenCaptureSDKSimple

License

English: XHScreenCaptureSDKSimple is acailable under the MIT license, see the LICENSE file for more information.

中文: XHScreenCaptureSDKSimple 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息.

=======================

须知

中文:如果您在您的项目中使用该开源组件,请给我们发电子邮件告诉我们您的应用程序的名称。

Instructions

English:If you use the open source components in your project, please Email us to tell us the name of your application.

xhscreencapturesdksimple's People

Contributors

xhzengaib avatar

Stargazers

Vishva Bhatt avatar

Watchers

James Cloos avatar Reynold avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.