page.title=Multimedia and Camera @jd:body <div id="qv-wrapper"> <div id="qv"> <h2>Topics</h2> <ol> <li><a href="{@docRoot}guide/topics/media/mediaplayer.html">Media Playback</a></li> <li><a href="{@docRoot}guide/topics/media/jetplayer.html">JetPlayer</a></li> <li><a href="{@docRoot}guide/topics/media/camera.html">Camera</a></li> <li><a href="{@docRoot}guide/topics/media/audio-capture.html">Audio Capture</a></li> </ol> <h2>Key classes</h2> <ol> <li>{@link android.media.MediaPlayer}</li> <li>{@link android.media.JetPlayer}</li> <li>{@link android.hardware.Camera}</li> <li>{@link android.media.MediaRecorder}</li> <li>{@link android.media.AudioManager}</li> <li>{@link android.media.SoundPool}</li> </ol> <h2>See also</h2> <ol> <li></li> <li><a href="{@docRoot}guide/appendix/media-formats.html">Android Supported Media Formats</a></li> <li><a href="{@docRoot}guide/topics/media/jet/jetcreator_manual.html">JetCreator User Manual</a></li> </ol> </div> </div> <p>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.</p> <p>The following topics show you how to use the Android framework to implement multimedia capture and playback.</p> <dl> <dt><strong><a href="{@docRoot}guide/topics/media/mediaplayer.html">Media Playback</a></strong> </dt> <dd>How to play audio and video in your application.</dd> <dt><strong><a href="{@docRoot}guide/topics/media/jetplayer.html">JetPlayer</a></strong></dt> <dd>How to play interactive audio and video in your application using content created with JetCreator.</dd> <dt><strong><a href="{@docRoot}guide/topics/media/camera.html">Camera</a></strong></dt> <dd>How to use a device camera to take pictures or video in your application.</dd> <dt><strong><a href="{@docRoot}guide/topics/media/audio-capture.html">Audio Capture</a></strong></dt> <dd>How to record sound in your application.</dd> </dl>