Dil

SynchronizationPosition Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.Media.RemoteController.SetSynchronizationMode member.

public enum SynchronizationPosition
type SynchronizationPosition = 
Inheritance
SynchronizationPosition

Fields

Name Value Description
None 0

Default playback position synchronization mode where the RemoteControlClient is not asked regularly for its playback position to see if it has drifted from the estimated position.

Android reference for android.media.RemoteController.POSITION_SYNCHRONIZATION_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Check 1

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 reference for android.media.RemoteController.POSITION_SYNCHRONIZATION_CHECK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to