File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.2.4.2 </string >
18
+ <string >2.2.4.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 2
2
Pod ::Spec . new do |s |
3
3
4
4
s . name = "LFLiveKit"
5
- s . version = "2.2.4.2 "
5
+ s . version = "2.2.4.3 "
6
6
s . summary = "LaiFeng ios Live. LFLiveKit."
7
7
s . homepage = "https://github.com/chenliming777"
8
8
s . license = { :type => "MIT" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 9
9
#import < Foundation/Foundation.h>
10
10
#import < AVFoundation/AVFoundation.h>
11
11
#if __has_include(<LFLiveKit/LFLiveKit.h>)
12
- #import < LFLiveKit/LFLiveKit.h>
12
+ #import < LFLiveKit/LFLiveStreamInfo.h>
13
+ #import < LFLiveKit/LFAudioFrame.h>
14
+ #import < LFLiveKit/LFVideoFrame.h>
15
+ #import < LFLiveKit/LFLiveAudioConfiguration.h>
16
+ #import < LFLiveKit/LFLiveVideoConfiguration.h>
17
+ #import < LFLiveKit/LFLiveDebug.h>
13
18
#else
14
- #import " LFLiveKit"
19
+ #import " LFLiveStreamInfo.h"
20
+ #import " LFAudioFrame.h"
21
+ #import " LFVideoFrame.h"
22
+ #import " LFLiveAudioConfiguration.h"
23
+ #import " LFLiveVideoConfiguration.h"
24
+ #import " LFLiveDebug.h"
25
+
15
26
#endif
16
27
28
+
29
+
17
30
typedef NS_ENUM (NSInteger ,LFLiveCaptureType) {
18
31
LFLiveCaptureAudio, // < capture only audio
19
32
LFLiveCaptureVideo, // < capture onlt video
You can’t perform that action at this time.
0 commit comments