Browse Source

Merge branch 'master' of http://git.tederen.com/lihaodyx/tede

李昊 5 years ago
parent
commit
0c2c710cc9

+ 1 - 1
gx_api/GxPress/Api/GxPress.Api/AppControllers/videoController.cs

@@ -25,7 +25,7 @@ namespace GxPress.Api.AppControllers
             this.videoService = videoService;
         }
         /// <summary>
-        /// 
+        /// 分页视频流
         /// </summary>
         /// <returns></returns>
         [HttpGet]

+ 7 - 0
gx_api/GxPress/Service/GxPress.Service.Implement/Video/VideoService.cs

@@ -13,6 +13,13 @@ namespace GxPress.Service.Implement.Video
         {
             _cache = cache;
         }
+        /// <summary>
+        /// 工作线程
+        /// </summary>
+        /// <param name="filepath"></param>
+        /// <param name="bytsize"></param>
+        /// <param name="blength"></param>
+        /// <param name="videoName"></param>
         public void RedisVideo(string filepath, byte[] bytsize, int blength, string videoName)
         {
             //创建后台工作线程