Browse Source

1.关闭动态码率相关功能

huangxiaodong 1 year ago
parent
commit
d6d8257287

+ 2 - 0
创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

@@ -2746,6 +2746,8 @@ static int  couneeee = 0;
 #pragma mark - 更新网络标识  以及自动码率
 - (void)updateAutoRateAndNetWorkStates
 {
+    return;//功能未用到
+    
     int audio_time = 0;
     NSDate *nowTime = [NSDate date];
     NSString *nowTimeStr  = [NSString stringWithFormat:@"%f", (double)[nowTime timeIntervalSince1970]];