Android.Media.SoundPool.SetPriority Method
Change stream priority.

Syntax

[Android.Runtime.Register("setPriority", "(II)V", "")]
public void SetPriority (int streamID, int priority)

Parameters

streamID
a streamID returned by the play() function
priority
Documentation for this section has not yet been entered.

Remarks

Change stream priority. Change the priority of the stream specified by the streamID. This is the value returned by the play() function. Affects the order in which streams are re-used to play new sounds. If the stream does not exist, it will have no effect.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1