All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.media.MediaSyncEvent Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy