page.title=Multimedia and Camera @jd:body

Topics

  1. MediaPlayer
  2. JetPlayer
  3. Camera
  4. Audio Capture

Key classes

  1. {@link android.media.MediaPlayer}
  2. {@link android.media.JetPlayer}
  3. {@link android.hardware.Camera}
  4. {@link android.media.MediaRecorder}
  5. {@link android.media.AudioManager}
  6. {@link android.media.SoundPool}

See also

  1. Android Supported Media Formats
  2. JetCreator User Manual

The Android multimedia framework includes support for capturing and playing audio, video and images in a variety of common media types, so that you can easily integrate them into your applications. You can play audio or video from media files stored in your application's resources, from standalone files in the file system, or from a data stream arriving over a network connection, all using the {@link android.media.MediaPlayer} or {@link android.media.JetPlayer} APIs. You can also record audio, video and take pictures using the {@link android.media.MediaRecorder} and {@link android.hardware.Camera} APIs if supported by the device hardware.

The following topics show you how to use the Android framework to implement multimedia capture and playback.

MediaPlayer
How to play audio and video in your application.
JetPlayer
How to play interactive audio and video in your application using content created with JetCreator.
Camera
How to use a device camera to take pictures or video in your application.
Audio Capture
How to record sound in your application.