Commit Graph
41 Commits
Author SHA1 Message Date
shogo4405 7b658fbe37 Add MultiCamCaptureSetting#cornerRadius option. 2022-12-04 22:26:43 +09:00
shogo4405 8d211d21d2 add document. 2022-07-12 05:40:55 +09:00
shogo4405 16a58e7460 fixed #833 add MediaLink/Choreographer 2021-09-23 22:54:40 +09:00
shogo4405 abf49e5a57 Improved compatibility for NamingRule 2021-07-25 20:31:08 +09:00
shogo4405 9cac26cbfe s/class/AnyObject/g 2021-03-28 15:07:38 +09:00
shogo4405 26e973eb54 swiftlint --fix 2021-03-05 21:48:35 +09:00
shogo4405 1bb0be0919 fix compile error 2020-09-16 21:22:23 +09:00
shogo4405 80019cec41 fixed #731 2020-09-12 20:05:20 +09:00
Troy Lamerton 75c0d18b37 fix: allow use of the CustomCaptureSession protocol 2020-02-02 11:31:37 +01:00
Troy Lamerton 481c8aef88 support custom screen capture
abstracted ScreenCaptureSession to new protocol CustomCaptureSession
2020-02-01 11:53:32 +01:00
shogo4405 c412f7c45e swiftlint autocorrect 2020-01-13 14:18:41 +09:00
omochimetaru 110de942e5 support SwiftPM 2019-11-27 18:44:03 +09:00
shogo4405 519ea51ba6 swiftlint autocorrect 2019-08-25 19:06:45 +09:00
shogo4405 91dbcd3a49 Code formatting 2019-07-27 17:27:30 +09:00
shogo4405 52d7bc0840 Running.isRunning change to Atomic<Bool> 2019-07-13 16:53:39 +09:00
shogo4405 591da690d7 swiftlint autocorrect +α 2019-01-04 19:01:42 +09:00
shogo4405 c7e216a495 s/running/isRunning/g 2018-11-24 22:14:58 +09:00
shogo4405 fa877229ab change declaration internal -> public 2018-11-24 20:49:45 +09:00
shogo4405 9409ce6648 swiftlint autocorrect 2018-10-07 17:36:24 +09:00
shogo4405 e6840ed2bc Convert Swift 4 -> 4,2 2018-10-07 17:33:19 +09:00
Adam Nemecek 1f7f7fe0af * removed foundation import if uikit/cocoa are included 2018-03-12 10:50:41 -07:00
Adam Nemecek bb60dbd742 * CVPixelBufferLockFlags 2018-03-12 10:17:38 -07:00
Adam Nemecek 1fb6927350 * refactoring 2018-03-11 21:29:48 -07:00
Adam Nemecek dadaf847d4 * refactoring of static type names 2018-03-11 21:10:46 -07:00
shogo4405 281ddf15a8 Rename Runnable -> Running 2018-02-18 16:58:10 +09:00
shogo4405 1e50aac7bc Add swiftlint #348 2017-12-25 00:46:25 +09:00
shogo4405 ae592c65fd Change declaration fileprivate to private 2017-11-06 00:02:20 +09:00
shogo4405 0afe0f892b Merge pull request #324 from hydrafpv/feature/ui-thread-warnings
Move the size calculation to UI thread
2017-10-19 12:16:07 +09:00
Netizen01 b83072ba7d Move the size calculation to UI thread
The display link callback happens on the UI Thread (currently), so putting it here is an acceptable fix.
2017-10-18 19:09:23 -05:00
Netizen01 92978db7c4 Expose afterScreenUpdates as a property.
Capturing specific Views after updates can sometimes be detrimental to the framerate. Allowing apps to determine the appropriate setting for this allows for more flexibility. Defaults to false for Window, true for Views.
2017-10-18 19:02:26 -05:00
shogo4405 fca51c38bc Migration Swift 4.0 2017-09-18 00:23:59 +09:00
shogo4405 92dba547b1 change declaration #224 2017-05-21 01:27:05 +09:00
shogo4405 dbe6ef3f0d Refactoring 2017-05-20 19:18:54 +09:00
Tornike Kikalishvili c3a26d19cf Modify ScreenCaptureSession to capture passed UIView 2017-05-17 16:45:31 +02:00
shogo4405 a5f1fa9ea6 Bump to 0.6.0 2017-04-16 23:10:29 +09:00
shogo4405 4ada42c20b refs #153 2016-12-30 22:14:25 +09:00
shogo4405 f2c0f7d0f9 fixed #149 2016-12-15 19:31:05 +09:00
shogo4405 db7a9d2195 Refactoring and Code style. #95 2016-09-12 01:23:11 +09:00
shogo4405 4b32d74f75 1st migration to Swift3.0 and modified files. #95 2016-09-12 01:23:00 +09:00
shogo4405 b8ea0d7c42 cleanUp ScreenCaptureSession #63 2016-07-15 19:29:46 +09:00
shogo4405 dca73aeb47 Refactoring 2016-07-12 23:13:17 +09:00