Which of these is the incorrect method setup when playing a video using a MediaPlayer?

A.
setDataSource sets the path for the data you want to play.
B.
setDisplay sets the SurfaceView object you want to associate.
C.
setAudioStreamType sets the type, chosen from those defined in AudioManager.
D.
setLooping sets the player repeat to ON/OFF.
Explanation:
I agree with the answer. B