Android.Media.MediaSyncEvent.CreateEvent Method
Creates a synchronization event of the sepcified type.

Syntax

[Android.Runtime.Register("createEvent", "(I)Landroid/media/MediaSyncEvent;", "")]
public static MediaSyncEvent CreateEvent ([Android.Runtime.GeneratedEnum] MediaSyncEventType eventType)

Parameters

eventType
the synchronization event type.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentException

Remarks

Creates a synchronization event of the sepcified type.

The type specifies which kind of event is monitored. For instance, event MediaSyncEvent.SyncEventPresentationComplete corresponds to the audio being presented to the user on a particular audio session.

[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