Android.Media.JetPlayer.SetMuteArray Method
Modifies the mute flags for the current active segment.

Syntax

[Android.Runtime.Register("setMuteArray", "([ZZ)Z", "GetSetMuteArray_arrayZZHandler")]
public virtual bool SetMuteArray (bool[] muteArray, bool sync)

Parameters

muteArray
an array of booleans to specify which MIDI tracks are muted. The value at index 0 affects track 0, value at index 1 affects track 1 etc. The length of the array must be JetPlayer.MaxTracks for the call to succeed.
sync
if false, the new mute flags will be applied as soon as possible by the JET render and playback engine. If true, the mute flags will be updated at the start of the next segment. If the segment is repeated, the flags will take effect the next time segment is repeated.

Returns

Documentation for this section has not yet been entered.

Remarks

Modifies the mute flags for the current active segment.

[Android Documentation]

Requirements

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