- context
- the Context to use
- resid
- the raw resource id (R.raw.<something>) for the resource to use as the datasource
- 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, System.Int32) but that lets you specify the audio attributes and session ID to be used by the new MediaPlayer instance.