Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
A react native component that Implements the HTMLAudioElement interface that extends HTMLMediaElement interface..

Extends

Constructors

new Audio()

new Audio(props): Audio

Parameters

props
AudioProps & MediaProps & ViewProps

Returns

Audio

Overrides

Properties

context

context: unknown If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType. Should be used with type annotation or static contextType.

Example

See

React Docs

Inherited from

Media.context

props

readonly props: Readonly<AudioProps & MediaProps & ViewProps>

Inherited from

Media.props
Last modified on February 25, 2026