public class MediaSyncEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SYNC_EVENT_NONE |
static int |
SYNC_EVENT_PRESENTATION_COMPLETE |
| Modifier and Type | Method and Description |
|---|---|
static MediaSyncEvent |
createEvent(int eventType) |
int |
getAudioSessionId() |
int |
getType() |
MediaSyncEvent |
setAudioSessionId(int audioSessionId) |
public static final int SYNC_EVENT_NONE
public static final int SYNC_EVENT_PRESENTATION_COMPLETE
public static MediaSyncEvent createEvent(int eventType) throws IllegalArgumentException
IllegalArgumentExceptionpublic MediaSyncEvent setAudioSessionId(int audioSessionId) throws IllegalArgumentException
IllegalArgumentExceptionpublic int getType()
public int getAudioSessionId()
Copyright © 2008-2013. All Rights Reserved.