Sfoglia il codice sorgente

版本升级维护

yyqxiaoyin 5 anni fa
parent
commit
eeb7115e7d
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      Example/MKRRadioManager/MKRViewController.m

+ 3 - 3
Example/MKRRadioManager/MKRViewController.m

@@ -43,9 +43,9 @@
 //    NSString *realString = [[urlString urlEncodeString] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
     NSURL *url = [NSURL URLWithString:string1];
     
-    self.player = [[MKRAVPlayer alloc]initWithContentURL:url];
-    self.player.shouldAutoPlay = YES;
-    [self.player play];
+//    self.player = [[MKRAVPlayer alloc]initWithContentURL:url];
+//    self.player.shouldAutoPlay = YES;
+//    [self.player play];
 //    self.tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain];
 //    self.tableView.delegate = self;
 //    self.tableView.dataSource = self;