We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React-native-video部分属性和方法没有鸿蒙化 属性:useTextureView trackId textTracks stereoPan selectedVideoTrack selectedTextTrack selectedAudioTrack reportBandwidth rate progressUpdateInterval preventsDisplaySleepDuringVideoPlayback preferredForwardBufferDuration playWhenInactive playInBackground pictureInPicture mixWithOthers minLoadRetryCount maxBitRate ignoreSilentSwitch id hideShutterView headers fullscreenOrientation fullscreenAutorotate fullscreen filterEnabled filter currentPlaybackTime controls bufferConfig automaticallyWaitsToMinimizeStalling onPlaybackResume onPlaybackStalled audioOnly allowsExternalPlayback 方法:onAudioBecomingNoisy onBandwidthUpdate onExternalPlaybackChange onFullscreenPlayerWillPresent onFullscreenPlayerDidPresent onFullscreenPlayerWillDismiss onFullscreenPlayerDidDismiss onLoadStart onReadyForDisplay onPictureInPictureStatusChanged onPlaybackRateChange onSeek onRestoreUserInterfaceForPictureInPictureStop onTimedMetadata 实列方法: restoreUserInterfaceForPictureInPictureStop() save() presentFullscreenPlayer() dismissFullscreenPlayer() 已上属性和方法需要适配harmonyOS
原库已适配以上的属性和方法
以上方法在harmonyOS暂时不支持,没有对应功能的api,后续要实现此功能,需要OH侧支撑,问题已录入到oh需求表
无
The text was updated successfully, but these errors were encountered:
controls这个属性目前也不支持,这个属性应该不依赖鸿蒙,是否优先支持下,多谢
Sorry, something went wrong.
No branches or pull requests
Feature Request
React-native-video部分属性和方法没有鸿蒙化
属性:useTextureView trackId textTracks stereoPan selectedVideoTrack selectedTextTrack selectedAudioTrack reportBandwidth rate progressUpdateInterval preventsDisplaySleepDuringVideoPlayback preferredForwardBufferDuration playWhenInactive playInBackground pictureInPicture mixWithOthers minLoadRetryCount maxBitRate ignoreSilentSwitch id
hideShutterView headers fullscreenOrientation fullscreenAutorotate fullscreen filterEnabled filter currentPlaybackTime controls bufferConfig automaticallyWaitsToMinimizeStalling onPlaybackResume onPlaybackStalled audioOnly allowsExternalPlayback
方法:onAudioBecomingNoisy onBandwidthUpdate onExternalPlaybackChange onFullscreenPlayerWillPresent onFullscreenPlayerDidPresent onFullscreenPlayerWillDismiss onFullscreenPlayerDidDismiss onLoadStart onReadyForDisplay onPictureInPictureStatusChanged onPlaybackRateChange onSeek onRestoreUserInterfaceForPictureInPictureStop onTimedMetadata
实列方法: restoreUserInterfaceForPictureInPictureStop() save() presentFullscreenPlayer() dismissFullscreenPlayer()
已上属性和方法需要适配harmonyOS
Why it is needed
原库已适配以上的属性和方法
Possible implementation
以上方法在harmonyOS暂时不支持,没有对应功能的api,后续要实现此功能,需要OH侧支撑,问题已录入到oh需求表
Code sample
无
The text was updated successfully, but these errors were encountered: