FordringD2008
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, 如题
 