Android.Media.JetPlayer.SetMuteFlags Method
Modifies the mute flags.

Syntax

[Android.Runtime.Register("setMuteFlags", "(IZ)Z", "GetSetMuteFlags_IZHandler")]
public virtual bool SetMuteFlags (int muteFlags, bool sync)

Parameters

muteFlags
a bitmask to specify which MIDI tracks are muted. Bit 0 affects track 0, bit 1 affects track 1 etc.
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.

[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