Android.Media.RemoteController.PositionSynchronizationCheck Field
The playback position synchronization mode where the RemoteControlClient instances which expose their playback position to the framework, will be regularly polled to check whether any drift has been noticed between their estimated position and the one they report.

Value: 1

Syntax

[Android.Runtime.Register("POSITION_SYNCHRONIZATION_CHECK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.SynchronizationPosition enum directly instead of this field.")]
public const SynchronizationPosition PositionSynchronizationCheck

Remarks

The playback position synchronization mode where the RemoteControlClient instances which expose their playback position to the framework, will be regularly polled to check whether any drift has been noticed between their estimated position and the one they report. Note that this mode should only ever be used when needing to display very accurate playback position, as regularly polling a RemoteControlClient for its position may have an impact on battery life (if applicable) when this query will trigger network transactions in the case of remote playback.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0