gpt4 book ai didi

react-native - 我的 React 应用程序中有一个视频播放器,但当我切换屏幕时,音频仍在播放,我该怎么办?

转载 作者:行者123 更新时间:2023-12-05 06:27:31 25 4
gpt4 key购买 nike

这是我的代码 我已将 Prop 播放背景更改为 false 但它仍在后台播放 当我更改其他页面时我该怎么做才能使音频停止?

    <KSYVideo
source={{
uri: "rtmp://184.72.239.149/vod/mp4:bigbuckbunny_1500.mp4"
}} // Can be a URL or a local file.
ref={ref => {
this.player = ref;
}} // Store reference
volume={1.0}
muted={false}
paused={this.state.paused} // Pauses playback entirely.
resizeMode="cover" // Fill the whole screen at aspect ratio.*
repeat={true} // Repeat forever.
playInBackground={false}
background.
progressUpdateInterval={250.0}
style={{ height: 400 }}
/>

最佳答案

在导航到另一个页面之前 setState Paused

关于react-native - 我的 React 应用程序中有一个视频播放器,但当我切换屏幕时,音频仍在播放,我该怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55225729/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com