feat(video-player): 添加画中画 (PiP) 功能支持#2467
Draft
KAMO030 wants to merge 1 commit into
Draft
Conversation
- 实现跨平台的画中画功能,支持 Android 和 iOS - 新增 `PictureInPictureController`,实现画中画逻辑和控制 - 修改 `GestureLock` 和 `PlayerGestureHost`,添加拖动手势以触发画中画模式 - 在 Android 中注册 `PipActionReceiver`,支持快进、快退和播放/暂停操作 - 在 iOS 中添加 `AVPictureInPictureControllerDelegate` 用于管理画中画全生命周期 - 在 `AndroidManifest.xml` 里添加对 PiP 的支持声明
Contributor
Author
问题点:
讨论点:
|
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PictureInPictureController,实现画中画逻辑和控制GestureLock和PlayerGestureHost,添加拖动手势以触发画中画模式PipActionReceiver,支持快进、快退和播放/暂停操作AVPictureInPictureControllerDelegate用于管理画中画全生命周期AndroidManifest.xml里添加对 PiP 的支持声明