The members of Android.Media.MediaSyncEvent are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | SyncEventNone | MediaSyncEventType (0). No sync event specified. |
const | SyncEventPresentationComplete | MediaSyncEventType (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. |
[read-only] | AudioSessionId | int. Gets the synchronization event audio session ID. |
[read-only] | Type | MediaSyncEventType. Gets the synchronization event type. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | CreateEvent(MediaSyncEventType)Creates a synchronization event of the sepcified type. | |
SetAudioSessionId(int)Sets the event source audio session ID. |