Multiple choice technology embedded technologies

Which class can be used to control playback of audio/video files and streams

  1. VideoPlayer

  2. AudioPlayer

  3. MediaPlayer

  4. SoundPlayer

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In the Android framework, the MediaPlayer class is the primary API used to control the playback of audio/video files and streams. VideoPlayer, AudioPlayer, and SoundPlayer are not the standard Android SDK classes designed for comprehensive playback control of both media types.