Examples of ToneDescription


Examples of quicktime.std.music.ToneDescription

/*    */   }
/*    */
/*    */   public ToneDescription getInstrument()
/*    */     throws StdQTException
/*    */   {
/* 66 */     ToneDescription localToneDescription = new ToneDescription();
/* 67 */     int i = SGGetInstrument(_ID(), localToneDescription.getBytes());
/* 68 */     StdQTException.checkError(i);
/* 69 */     return localToneDescription;
/*    */   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.