Audio
Audio
实现HTMLAudioElement接口的React Native组件,该接口可扩展HTMLMediaElement接口。
扩展
构造函数
new Audio()
new Audio(
props): Audio
参数
props
any
返回值
方法
componentDidMount()
componentDidMount():
void
componentDidUpdate()
componentDidUpdate(prevProps:
AudioProps & MediaProps):void
参数
prevProps
AudioProps & MediaProps
componentWillUnmount()
componentWillUnmount():
void
destroyMediaPlayerSync()
destroyMediaPlayerSync(timeoutInMs:
number): MediaPlayerDeInitStatus
同步取消播放器初始化
参数
timeoutInMs
number
客户端设置的超时时间阈值
返回值
MediaPlayerDeInitStatus
render()
render():
any
返回值
any
Last updated: 2026年7月31日

