Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Expo-av 在 Expo 上实现视频功能。但我被困在像 youtube 一样控制 1x、2x 的视频速度。任何人都可以帮助我。先感谢您。
您可以使用 expo-av 中内置的速率参数来控制它
<Video source={{ uri: 'http://d23dyxeqlo5psv.cloudfront.net/big_buck_bunny.mp4' }} rate={1.0} //CHANGE ME volume={1.0} isMuted={false} resizeMode="cover" shouldPlay isLooping style={{ width: 300, height: 300 }} />