Android.Media.JetPlayer.SetMuteFlag Method
Mutes or unmutes a single track.

Syntax

[Android.Runtime.Register("setMuteFlag", "(IZZ)Z", "GetSetMuteFlag_IZZHandler")]
public virtual bool SetMuteFlag (int trackId, bool muteFlag, bool sync)

Parameters

trackId
the index of the track to mute.
muteFlag
set to true to mute, false to unmute.
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 flag will be updated at the start of the next segment. If the segment is repeated, the flag will take effect the next time segment is repeated.

Returns

Documentation for this section has not yet been entered.

Remarks

Mutes or unmutes a single track.

[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