Commit a270c0c3648605c98ab23cff3f187240b949f5bf

Authored by 朱林
1 parent f15f3b6d

no message

CNLivePlayerSDKTest/CNLivePlayerSDK.framework/CNLivePlayerSDK
No preview for this file type
CNLivePlayerSDKTest/CNLivePlayerSDK.framework/Headers/CNLiveGPUStreamerKit.h
@@ -249,10 +249,9 @@ FOUNDATION_EXPORT NSString *const CNLiveStreamStateDidChangeNotification NS_AVAI @@ -249,10 +249,9 @@ FOUNDATION_EXPORT NSString *const CNLiveStreamStateDidChangeNotification NS_AVAI
249 - (void) appBecomeActive; 249 - (void) appBecomeActive;
250 250
251 /** 251 /**
252 - @abstract 销毁推流核心类  
253 - @discussion 退出页面时调用此方法以销毁推流推流对象 252 + @abstract 退出推流页面时调用
254 */ 253 */
255 -- (void)cleanKit; 254 +- (void)quitStreaming;
256 255
257 #pragma mark - mirror & rotate 256 #pragma mark - mirror & rotate
258 257
CNLivePlayerSDKTest/CNLivePlayerSDK.framework/Info.plist
No preview for this file type
CNLivePlayerSDKTest/CNLivePlayerSDKTest.xcodeproj/project.pbxproj
@@ -25,8 +25,8 @@ @@ -25,8 +25,8 @@
25 8139160B1E7006B800C55553 /* FilterFunctionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 813916081E7006B800C55553 /* FilterFunctionView.m */; }; 25 8139160B1E7006B800C55553 /* FilterFunctionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 813916081E7006B800C55553 /* FilterFunctionView.m */; };
26 8139160C1E7006B800C55553 /* SliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8139160A1E7006B800C55553 /* SliderView.m */; }; 26 8139160C1E7006B800C55553 /* SliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8139160A1E7006B800C55553 /* SliderView.m */; };
27 813916191E70085A00C55553 /* KSYGPUResource.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 813916181E70085A00C55553 /* KSYGPUResource.bundle */; }; 27 813916191E70085A00C55553 /* KSYGPUResource.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 813916181E70085A00C55553 /* KSYGPUResource.bundle */; };
28 - 81A1B99D1E8239880079FF5F /* CNLivePlayerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A1B99B1E8239020079FF5F /* CNLivePlayerSDK.framework */; };  
29 - 81A1B99E1E8239880079FF5F /* CNLivePlayerSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 81A1B99B1E8239020079FF5F /* CNLivePlayerSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 28 + 81A1B9A11E823D400079FF5F /* CNLivePlayerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81A1B99F1E823D390079FF5F /* CNLivePlayerSDK.framework */; };
  29 + 81A1B9A21E823D400079FF5F /* CNLivePlayerSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 81A1B99F1E823D390079FF5F /* CNLivePlayerSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
30 /* End PBXBuildFile section */ 30 /* End PBXBuildFile section */
31 31
32 /* Begin PBXCopyFilesBuildPhase section */ 32 /* Begin PBXCopyFilesBuildPhase section */
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 dstSubfolderSpec = 10; 37 dstSubfolderSpec = 10;
38 files = ( 38 files = (
39 811A0B0A1E7B8C9D00B56CC9 /* CNLiveMsgTools.framework in Embed Frameworks */, 39 811A0B0A1E7B8C9D00B56CC9 /* CNLiveMsgTools.framework in Embed Frameworks */,
40 - 81A1B99E1E8239880079FF5F /* CNLivePlayerSDK.framework in Embed Frameworks */, 40 + 81A1B9A21E823D400079FF5F /* CNLivePlayerSDK.framework in Embed Frameworks */,
41 ); 41 );
42 name = "Embed Frameworks"; 42 name = "Embed Frameworks";
43 runOnlyForDeploymentPostprocessing = 0; 43 runOnlyForDeploymentPostprocessing = 0;
@@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
75 813916091E7006B800C55553 /* SliderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SliderView.h; sourceTree = "<group>"; }; 75 813916091E7006B800C55553 /* SliderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SliderView.h; sourceTree = "<group>"; };
76 8139160A1E7006B800C55553 /* SliderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SliderView.m; sourceTree = "<group>"; }; 76 8139160A1E7006B800C55553 /* SliderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SliderView.m; sourceTree = "<group>"; };
77 813916181E70085A00C55553 /* KSYGPUResource.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = KSYGPUResource.bundle; sourceTree = "<group>"; }; 77 813916181E70085A00C55553 /* KSYGPUResource.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = KSYGPUResource.bundle; sourceTree = "<group>"; };
78 - 81A1B99B1E8239020079FF5F /* CNLivePlayerSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLivePlayerSDK.framework; sourceTree = "<group>"; }; 78 + 81A1B99F1E823D390079FF5F /* CNLivePlayerSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLivePlayerSDK.framework; sourceTree = "<group>"; };
79 /* End PBXFileReference section */ 79 /* End PBXFileReference section */
80 80
81 /* Begin PBXFrameworksBuildPhase section */ 81 /* Begin PBXFrameworksBuildPhase section */
@@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
84 buildActionMask = 2147483647; 84 buildActionMask = 2147483647;
85 files = ( 85 files = (
86 811A0B071E7B8C9400B56CC9 /* CNLiveMsgTools.framework in Frameworks */, 86 811A0B071E7B8C9400B56CC9 /* CNLiveMsgTools.framework in Frameworks */,
87 - 81A1B99D1E8239880079FF5F /* CNLivePlayerSDK.framework in Frameworks */, 87 + 81A1B9A11E823D400079FF5F /* CNLivePlayerSDK.framework in Frameworks */,
88 ); 88 );
89 runOnlyForDeploymentPostprocessing = 0; 89 runOnlyForDeploymentPostprocessing = 0;
90 }; 90 };
@@ -94,7 +94,7 @@ @@ -94,7 +94,7 @@
94 32E6CA1D1D5B0AF400B58EBC = { 94 32E6CA1D1D5B0AF400B58EBC = {
95 isa = PBXGroup; 95 isa = PBXGroup;
96 children = ( 96 children = (
97 - 81A1B99B1E8239020079FF5F /* CNLivePlayerSDK.framework */, 97 + 81A1B99F1E823D390079FF5F /* CNLivePlayerSDK.framework */,
98 811A0B051E7B8C9400B56CC9 /* CNLiveMsgTools.framework */, 98 811A0B051E7B8C9400B56CC9 /* CNLiveMsgTools.framework */,
99 813916181E70085A00C55553 /* KSYGPUResource.bundle */, 99 813916181E70085A00C55553 /* KSYGPUResource.bundle */,
100 32E6CA281D5B0AF400B58EBC /* CNLivePlayerSDKTest */, 100 32E6CA281D5B0AF400B58EBC /* CNLivePlayerSDKTest */,
CNLivePlayerSDKTest/CNLivePlayerSDKTest/Streamer/StreamerDetailViewController.m
@@ -555,7 +555,7 @@ @@ -555,7 +555,7 @@
555 555
556 [[NSNotificationCenter defaultCenter] removeObserver:self name:CNLiveCaptureStateDidChangeNotification object:nil]; 556 [[NSNotificationCenter defaultCenter] removeObserver:self name:CNLiveCaptureStateDidChangeNotification object:nil];
557 557
558 - [_kitCN cleanKit]; 558 + [_kitCN quitStreaming];
559 self.kitCN = nil; 559 self.kitCN = nil;
560 } 560 }
561 561
北京中投视讯推流SDK说明文档.pdf
No preview for this file type