- context
- the Context to use
- uri
- the Uri from which to get the datasource
- holder
- the SurfaceHolder to use for displaying the video, may be null.
- audioAttributes
- the Android.Media.AudioAttributes to be used by the media player.
- audioSessionId
- the audio session ID to be used by the media player, see AudioManager.GenerateAudioSessionId to obtain a new session.
Documentation for this section has not yet been entered.
Same factory method as MediaPlayer.Create(Android.Content.Context, Android.Net.Uri, Android.Net.Uri) but that lets you specify the audio attributes and session ID to be used by the new MediaPlayer instance.