Skip to content

Release 3.4.1

Compare
Choose a tag to compare
@changsanjiang changsanjiang released this 14 Jul 13:32
· 35 commits to master since this release
  • 适配 iOS 16.0 旋转
  • 部分功能重命名:
    • player.hiddenPlaceholderImageViewWhenPlayerIsReadyForDisplay 修改为 player.automaticallyHidesPlaceholderImageView, 表示是否自动隐藏占位图;
    • player.pauseWhenAppDidEnterBackground 修改为 player.pausedInBackground, 表示进入后台是否暂停;
    • player.floatSmallViewController 修改为 player.smallViewFloatingController, 该功能使播放器可以进入小浮窗模式播放;
    • player.defaultFloatSmallViewControlLayer 修改为 player.defaultSmallViewControlLayer, 播放器小浮窗控制层;
    • player.defaultSwitchVideoDefinitionControlLayer 修改为 player.defaultVideoDefinitionSwitchingControlLayer, 播放器清晰度切换控制层;
    • player.edgeControlLayerdisabledPromptWhenNetworkStatusChanges 修改为 player.edgeControlLayer.disabledPromptingWhenNetworkStatusChanges, 表示是否禁止网络状态变化的提示;