FileDocCategorySizeDatePackage
JetPlayer.javaAPI DocAndroid 5.1 API2480Sat Mar 14 14:09:38 GMT 2015android.media

JetPlayer

public class JetPlayer extends Object

Fields Summary
Constructors Summary
JetPlayer()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanclearQueue()

 throw new RuntimeException("Stub!"); 
public java.lang.Objectclone()

 throw new RuntimeException("Stub!"); 
public booleancloseJetFile()

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public static android.media.JetPlayergetJetPlayer()

 throw new RuntimeException("Stub!"); 
public static intgetMaxTracks()

 throw new RuntimeException("Stub!"); 
public booleanloadJetFile(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public booleanloadJetFile(android.content.res.AssetFileDescriptor afd)

 throw new RuntimeException("Stub!"); 
public booleanpause()

 throw new RuntimeException("Stub!"); 
public booleanplay()

 throw new RuntimeException("Stub!"); 
public booleanqueueJetSegment(int segmentNum, int libNum, int repeatCount, int transpose, int muteFlags, byte userID)

 throw new RuntimeException("Stub!"); 
public booleanqueueJetSegmentMuteArray(int segmentNum, int libNum, int repeatCount, int transpose, boolean[] muteArray, byte userID)

 throw new RuntimeException("Stub!"); 
public voidrelease()

 throw new RuntimeException("Stub!"); 
public voidsetEventListener(android.media.JetPlayer$OnJetEventListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetEventListener(android.media.JetPlayer$OnJetEventListener listener, android.os.Handler handler)

 throw new RuntimeException("Stub!"); 
public booleansetMuteArray(boolean[] muteArray, boolean sync)

 throw new RuntimeException("Stub!"); 
public booleansetMuteFlag(int trackId, boolean muteFlag, boolean sync)

 throw new RuntimeException("Stub!"); 
public booleansetMuteFlags(int muteFlags, boolean sync)

 throw new RuntimeException("Stub!"); 
public booleantriggerClip(int clipId)

 throw new RuntimeException("Stub!");