Android.Media.MediaSyncEvent.SyncEventPresentationComplete Field
The corresponding action is triggered only when the presentation is completed (meaning the media has been presented to the user) on the specified session.

Value: 1

Syntax

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

Remarks

The corresponding action is triggered only when the presentation is completed (meaning the media has been presented to the user) on the specified session. A synchronization of this type requires a source audio session ID to be set via {@link #setAudioSessionId(int) method.

[Android Documentation]

Requirements

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