Skip to content
New issue

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

Audio API #61

Open
RyanGlScott opened this issue Jan 27, 2015 · 1 comment
Open

Audio API #61

RyanGlScott opened this issue Jan 27, 2015 · 1 comment

Comments

@RyanGlScott
Copy link
Member

Now that we have a newAudio query working, we should figure out what actions a user can perform with audio, and implement them. Some ideas:

  • Playback controls (play, pause, reload)
  • Configuration other other properties (autoplay, volume, looping, etc.). See here for ideas.
@nshaheed
Copy link
Contributor

Here is a more complete list of functionality for audio elements: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement.

The only parts of the audio element not inherited from its parent are three experimental methods.

This means that nearly all of the functions for audio could be reworked to be used for video, and the existing Audio typeclass could potentially be reworked as a more general MediaElement class to give video support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants