Android.Media.MediaSyncEvent Members

The members of Android.Media.MediaSyncEvent are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
SyncEventNoneMediaSyncEventType (0). No sync event specified.
const
SyncEventPresentationCompleteMediaSyncEventType (1). The corresponding action is triggered only when the presentation is completed (meaning the media has been presented to the user) on the specified session.

Public Properties

[read-only]
AudioSessionIdint. Gets the synchronization event audio session ID.
[read-only]
TypeMediaSyncEventType. Gets the synchronization event type.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
CreateEvent(MediaSyncEventType) : MediaSyncEvent
Creates a synchronization event of the sepcified type.
SetAudioSessionId(int) : MediaSyncEvent
Sets the event source audio session ID.