FordringD2008

Results 5 issues of FordringD2008

如题 class UserAccount: HandyJSON { required init() { super.init() let json = "{/"id/":/"1/"}" // 在对象内部进行自我update, 类似于 YYModel的 self.yy_modelSet(withJSON: dict) // Cannot pass immutable value as inout argument: 'self' is immutable...

let player = YTSwiftyPlayer( frame: CGRect(x: 0, y: 0, width: ScreenWidth, height: playHeight), playerVars: [.playsInline(true), .videoID(self.videoID), .loopVideo(true), .showRelatedVideo(false)]) player.autoplay = true self.view.addSubview(player) player.loadPlayer() player.snp.makeConstraints { (make) in make.centerX.equalTo(self.view) make.centerY.equalTo(self.view).offset(-NavBarHeight /...

1,使用IJK以2X,4X速度播放VR影片时,音频正常,视频明显卡顿,并且和音频不同步。 另,播放普通影片,2X, 4X 速度是正常的。 2, 如题

![111](https://user-images.githubusercontent.com/12234250/146188899-83cbb587-ffb4-41bc-9cc4-9479f579cca4.png) ![222](https://user-images.githubusercontent.com/12234250/146188910-a21d2510-8066-4786-aa97-dc81e2826878.png)