1<HTML>
2<BODY>
3Provides classes that manage various media interfaces in audio and video.
4<p>The Media APIs are used to play and, in some cases, record media files. This includes
5audio (e.g., play MP3s or other music files, ringtones, game sound effects, or DTMF tones)
6and video (e.g., play a video streamed over the web or from local storage).
7</p>
8<p>Other special classes in the package offer the ability to detect the faces of people 
9in Bitmaps ({@link android.media.FaceDetector}), control audio routing (to the device or a headset)
10and control alerts such as ringtones and phone vibrations ({@link android.media.AudioManager}).
11</p>
12</BODY>
13</HTML>
14