android.media.MediaSyncEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.media;
public class MediaSyncEvent
{
MediaSyncEvent() { throw new RuntimeException("Stub!"); }
public static android.media.MediaSyncEvent createEvent(int eventType) throws java.lang.IllegalArgumentException { throw new RuntimeException("Stub!"); }
public android.media.MediaSyncEvent setAudioSessionId(int audioSessionId) throws java.lang.IllegalArgumentException { throw new RuntimeException("Stub!"); }
public int getType() { throw new RuntimeException("Stub!"); }
public int getAudioSessionId() { throw new RuntimeException("Stub!"); }
public static final int SYNC_EVENT_NONE = 0;
public static final int SYNC_EVENT_PRESENTATION_COMPLETE = 1;
}